Disable logging to console CLI session
Best Answers
-
mdunn Member, A10ers ✭✭✭
The default logging level for console is "error". To completely disable console logging, from config mode enter:
logging console disable
That should clear the screen up for you.
1 -
mdunn Member, A10ers ✭✭✭
The command from Privileged Exec is:
show run logging console
If the output is blank, then the level is set to the default of "error".
1
Answers
I'm still very new to working with A10s. How do you determine the current logging level for the console? I see that the CLI syntax is similar to Cisco but doesn't quite exactly translate.
Yep, logging for the console was set to informational. Thanks