This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

[Logging Exceptions]Need a little help

Hey all,

My ISP allows me to watch TV via the browser,
it all works pretty good, but it fills the logs rather quickly with unnecessary "noise",

I wanted to make an exception for it(both access and blocked logging),
It are mostly IP-addresses, and I haven't been able to make an exception for those, I got the domains by now.

I couldn't find any ranges within those IP's

Kind regards,
Frank


This thread was automatically locked due to age.
Parents
  • Try creating an exception that "matches these domains"
    ^http://\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}/session

    This will do any IP address with a path starting /session

    You can make it more specific if your logs shows that it is consistent.

    Then in the exception, skip logging.
Reply
  • Try creating an exception that "matches these domains"
    ^http://\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}/session

    This will do any IP address with a path starting /session

    You can make it more specific if your logs shows that it is consistent.

    Then in the exception, skip logging.
Children
No Data