AgileApps Support Wiki Pre Release

Difference between revisions of "Capturing Log Information in AgileApps Platform"

From AgileApps Support Wiki
imported>Aeric
(Created page with "==Overview== AgileApps platform supports logging feature to capture and print the log messages. Use this feature to debug and analyze the log messages for any environmental issue...")
 
imported>Aeric
Line 7: Line 7:
Following details provide information for managing or changing the default logging configurations in the AgileApps platform:
Following details provide information for managing or changing the default logging configurations in the AgileApps platform:


===logger.rolling_aa.level = info===
:*logger.rolling_aa.level = info
To define the log-level, you can change the value of this property. The default is set to '''info'''. We recommend that you do not configure it with DEBUG unless it is required. This results in avoiding issues with disk space.
Allowed values include '''debug''', '''info''', '''warn''', '''error''', and '''fatal'''.

Revision as of 08:11, 25 September 2020

Overview

AgileApps platform supports logging feature to capture and print the log messages. Use this feature to debug and analyze the log messages for any environmental issues or any user enforced errors. It uses the Log4j2 technology to log the messages and generate the relationals.log file.

To change the default configurations, modify the log4j2 configuration file log4j2-agileapps.properties, available at {AGILEAPPS-INSTALL-DIR}/profiles/IS_default/configuration/tomcat/conf/RN.

Configurations

Following details provide information for managing or changing the default logging configurations in the AgileApps platform:

  • logger.rolling_aa.level = info

To define the log-level, you can change the value of this property. The default is set to info. We recommend that you do not configure it with DEBUG unless it is required. This results in avoiding issues with disk space. Allowed values include debug, info, warn, error, and fatal.