AgileApps Support Wiki Pre Release

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

From AgileApps Support Wiki
imported>Aeric
imported>Aeric
Line 8: Line 8:


====logger.rolling_aa.level====
====logger.rolling_aa.level====
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.  
:*Default value = '''info'''
To define the log-level, you can change the value of this property. 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'''.
Allowed values include '''debug''', '''info''', '''warn''', '''error''', and '''fatal'''.


====appender.rolling_aa.fileName====
====appender.rolling_aa.fileName====

Revision as of 08:27, 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

  • Default value = info

To define the log-level, you can change the value of this property. 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.

appender.rolling_aa.fileName