Logging
This configuration is used to control the Application Log.
Procedure
-
Open the
config.xml file.
For information about how this file should be opened (i.e., via the Configuration Administrator or via the file system, see
Introduction).
-
Locate the
logging
record:
<record jsxid="logging" type="Workspace"
appLogLevel="ERROR"
echoToJsxLog="false">
</record>
-
Set the
logging record’s attributes as follows:
-
Set the
appLogLevel attribute to indicate the default value for the
Log Level drop-down list in the Application Log. The valid entries are:
- OFF
- FATAL
- ERROR
- WARN
- INFO
- DEBUG
- TRACE
-
Set the
echoToJsxLog attribute to indicate if the log contents should be echoed to the Application Monitor (see
Application Monitor), as follows:
- “true” causes the contents of the Application Log to be echoed to the Application Monitor.
- “false” causes the contents of the Application Log to not be echoed to the Application Monitor.
-
Save and close the
config.xml file.
Copyright © Cloud Software Group, Inc. All rights reserved.