Wireless Access

last person joined: 22 hours ago 

Access network design for branch, remote, outdoor, and campus locations with HPE Aruba Networking access points and mobility controllers.
Expand all | Collapse all

disable specific log messages

This thread has been viewed 4 times
  • 1.  disable specific log messages

    Posted Feb 07, 2012 12:04 PM

    Hello,

     

    Is it possible to turn off the logging of specific messages?

     

    The problem is that our logs are swamped with messages from authmgr. I believe they are a result of:

     

    logging level errors system

     

    I do not want to turn this off or to a less verbose level, because other errors could be relevant. 

     

    I am interested in ignoring messages from authmgr, specifically 132030,132197,132053, and 132207.

     

    Is this possible?

     

    Thanks,

    Dave



  • 2.  RE: disable specific log messages

    Posted Feb 07, 2012 12:39 PM
    You should be able to get rid of them using: logging level critical system process authmgr You can replace errors with some higher level to further refine what you see. The syslog message levels are: 0 Emergency: system is unusable 1 Alert: action must be taken immediately 2 Critical: critical conditions 3 Error: error conditions 4 Warning: warning conditions 5 Notice: normal but significant condition 6 Informational: informational messages 7 Debug: debug-level messages If you set a log level to any number, all levels above that (lower numbers) are included. For example, if you set logging level to debugging (level 7), you will see all messages. If you set logging level to 0, you will only see level 0 messages. Do "show logging level verbose" and see what you have you logging levels set to. If you want to exclude those messages you mentioned above, set the level to 2, 1 or 0. I really dont recommend doing this, however, since you might miss other important messages from authmgr.