When we are browsing log files for problems, we often don't know exactly what we're looking for. But in a short period of time, we often know what we don't want to look at. This is especially true when browsing thru Data Power log files with the DEBUG log option turned on. Here is an example of what I DON'T want to see:
Jun 24 16:51:52 DP-101 [EP1350][http][error] xmlfirewall(ImageUpload1_XFW): trans(8194384)[20.20.138.135]: could not establish SSL for incoming connection
Jun 24 16:51:52 DP-101 [EP1350][http][error] xmlfirewall(ImageUpload1_XFW): trans(8194384)[20.20.138.135]: could not establish SSL for incoming connection
Jun 24 16:51:51 155.82-default [mpgw][error] trans(10646082)[12.23.28.201]: Request processing failed: Connection terminated before request headers read
These are all "pings" from a network firewall checking to see if a port is ready to receive data. I don't want to see these.
Any ideas on how to omit them?
... View more