Approval Server logging
To verify that is running or to audit its activities, you can turn on logging as described in Configuring-server-settings-for-Approval-Server-logging-and-loopback-calls. After you provide the log file name and location and save the server settings, begins logging events. The first entry in the log file is:
Logging levels
Information added to the logs at the minimum logging level (NORMAL) also appears in logs that are configured for the maximum level (ALL). The higher levels provide more detailed information.
NORMAL
The minimum logging level for the is NORMAL (or INFO). When you set this logging level, only severe issues are written to the logs.
ALL
ALL (or DEBUG) is the highest logging level for the . These logs can be used to help trace issues in the process flow.
Structure of logs
The structure of the approval server logs depends on whether was configured with the default plug-in server or a separate plug-in server.
Default plug-in server:
When approval server is configured using the default plug-in server, the following log files are created:
arjavaplugin-stderr-timeStamp.log | Stores information about all exceptions in the approval server as well as the Java plug-in. It also logs all error messages. |
arjavaplugin-stdout-timeStamp.log | Stores information about the initialization logs for the Java plug-in |
arjavaplugin.log | Stores information about the initialization logs for all the plug-ins loaded in the default plug-in |
Separate plug-in server:
When approval server is configured using a separate plug-in server, the following log files are created:
approvalplugin-stdout-timeStamp.log | Stores information about all exceptions for the approval server plug-in |
approvalplugin-stderr-timeStamp.log | Stores information about the initialization logs for the approval plug-in |
approvalplugin.log | Stores information about the initialization logs when approval server is loaded in the Java plug-in |
See also Approval Server debug log and Creating-notifications.