How To: Change Logging to Trace Level

How To: Change Logging to Trace Level



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


  1. Open Titan Admin Web UI and log in.



  2. Navigate to your Domain > Server > Logging.


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



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


A screenshot of a computerDescription automatically generated


  1. Restart the server and test.



    • Related Articles

    • How To: Change the Database Connection for Titan Server

      How To: Change the Database Connection for Titan Server Question Can I change the database connection for my Titan Server? After setting up the server to use, for example, a local SQLite server, can I change the database connection to use, say, a ...
    • How To: Limit Idle Connection Time of a User

      How To: Limit Idle Connection Time of a User Question Is there a way to set a time limit for a user that we don't want connected for too long? Reasoning The Connections General tab is used to configure general connection settings. These values can be ...
    • How To: Set up Disk Quota in User/Group/Server Level

      How To: Set up Disk Quota in User/Group/Server Level Question I want to limit disk usage of each user, how to implement it? Reasoning Implementing disk limits is essential for effective resource management, preventing excessive storage usage, and ...
    • FIPS Compliance with Titan Server

      FIPS Compliance with Titan MFT Server Question How can I ensure FIPS Compliance with Titan MFT Server in my Windows environment? Answer Titan MFT Server can meet FIPS Compliance requirements. There are configuration items within Titan MFT Server to ...
    • How To: Set Permission To Inherit From Group

      How To: Set permissions to inherit from Group Question How can I set permissions to inherit only in Group level and not by individual users? Reasoning It is better to manage many Users permissions if it is under group permission. Answer Follow the ...