Start a conversation

Setting Log Levels in AAA Server

Overview

This article explains an overview of setting Log Levels in the AAA Server

Information

To set the log level in AAA please do the following:

  • Open CLI by going to the bin directory: /opt/eliteaaa/aaa/bin 
    • Some of the customers may have the product deployed on Docker Containers. In such a case, you can use the following to get into the Container Instance Shell
    • docker ps to list the containers
    • docker exec -it <Container ID> sh to get to the Container Shell. Example:
  • Execute - sh cli.sh
  • Inside CLI Prompt execute the following:
    • set server log <LogLevel>
    • Here LogLevel could be DEBUG, ALL, INFO, WARN, and so on. The default value is WARN.
    • ALL mode enables the highest level of logging, so we need to be careful to enable logs at this level. Please ensure to roll back after generating the needed logs.
    • Note: This does not require a restart and the Level change is immediate.
  • Additional Note - in most deployments the Catalina.out(Tomcat System Logs) will be set to DEBUG level. So there is no need to change the Tomcat log levels
Choose files or drag and drop files
Was this article helpful?
Yes
No
  1. Priyanka Bhotika

  2. Posted
  3. Updated

Comments