How To: Change Logging Level to Trace Level
Question
How do you change the logging level in Titan?
Reasoning
Changing the logging level helps control the amount of information recorded by the Titan server, aiding in system monitoring, troubleshooting, and performance optimization.
Answer
Here’s how to configure logging:
Steps
- Open Titan Admin Web UI and log in.

- Navigate to your Domain > Server > Logging.

- In the Information Level section. Select –
- General Information – displays fewer details
- Verbose/Detailed – for simple problem tracing
- Trace Level Information – shows all system activities for thorough analysis.

- Log Rotation Schedule Settings:
- Never: Logs will not rotate unless the maximum specified log size is reached.
- Daily: Logs will rotate daily or when the maximum specified log size is reached, whichever comes first.
- Weekly: Logs will rotate weekly or when the maximum specified log size is reached, whichever comes first.
- Monthly: Logs will rotate monthly or when the maximum specified log size is reached, whichever comes first.
- Check for log rotation every: Monitors the log size to determine if it has reached the specified maximum size.
- Maximum Log File Size: Defines the maximum size a log file can reach before rotation occurs.

- Restart the server and test.