Release Automation

Nolio Official KB: How do I change logging levels and log file size?

  • 1.  Nolio Official KB: How do I change logging levels and log file size?

    Posted Dec 18, 2013 03:00 PM
    How to change logging levels and log file size 
     
    If you wish to tune the logging levels of your Nolio ASAP system you can :
     
    1:   open the \webapps\datamanagement\WEB-INF\log4j.properties
     
        To Change the Execution server settings\webapps\execution\WEB-INF\log4j.properties 
     
        To change agent log settings \conf\log4j.properties on the agent machine.
     
    2: Edit which properties you wish to change.
     
        *Editing indiscriminantly will negatively affect the ability for Nolio support to find Root causes to issues and debug*
     
        *Commenting out lines May negatively affect the ability for Nolio support to find Root causes to issues and debug, also may destroy any logging ability*
     
        * With each install or upgrade the log settings will revert to default values.*
     
    3: Service restart is not required.  
     
    Example:
     
    To change the default backups  and size of your logs, you can alter  these lines.
     
    log4j.appender.auditing.MaxFileSize=5000KB
     
    log4j.appender.auditing.MaxBackupIndex=5