How do you determine where logs are written to
In general, when you run a traceoption, you can specify the file where you want the traceoption output to be written to. For example, the following configuration will send the output to a file called webnotime.txt, with a maximum file size of 1 MB. Note that it is security flow traceoptions, with a flag of basic-datapath (which is similar to a debug flow basic in ScreenOS).
debug flow basic
[edit security flow] lab@test# show inactive: traceoptions { file web-notime.txt size 1000k; flag basic-datapath; packet-filter trust-pc { source-prefix 192.168.10.60/32; destination-prefix 207.17.137.240/32; } }
kmd
messages
[edit system syslog] lab@test# show user * { any emergency; } file messages { any critical; authorization info; }
policy-logs
[edit system syslog] lab@test# show ... file policy-logs { any info; authorization info; }