2.3 Application Preference
Application Preferences UI allow Administrators and End Users to establish default values, manage other Core Application Parameters that affect the way Business Rules are created and the way Cash Flow Processes are run.
To update the Cash Flow Engine Application Preferences, follow these steps:
- Navigate to Maintenance and select Preferences.
- Click Application Tab.
Figure 2-3 Application Preference Section
- Enter the following values in Application Tab as described in
Table:
Fields Description Debugging Level The debugging output level determines the amount of SQL that will be written to the processing log. There are eight levels available:
- Trace: Designates finer-grained informational events than the DEBUG.
- All: All levels including custom levels.
- Error: Designates error events that might still allow the application to continue running.
- Information: Designates informational messages that highlight the progress of the application at coarse-grained level.
- Debug: Designates fine-grained informational events that are most useful to debug an application.
- Fatal: Designates very severe error events that will presumably lead the application to abort.
- Warning: Designates informational messages that highlight the progress of the application at coarse-grained level.
- Off: The highest possible rank and is intended to turn off logging.
Note: A log request of level p in a logger with level q is enabled if p >= q. This rule is at the heart of log4j. It assumes that levels are ordered. For the standard levels, we have ALL < DEBUG < INFO < WARN < ERROR < FATAL < OFF.
View Logs Level This shows the severity of the information telling you how important a given log message is. This shows the View level of the Log. There are three levels available:
- Information: Designates informational messages that highlight the progress of the application at coarse-grained level.
- Debug: Designates fine-grained informational events that are most useful to debug an application.
- Off: The highest possible rank and is intended to turn off logging.
- Turn-on the Is Editable status.
- Click Save to confirm the changes.