Common Logging Categories
The following list describes the most used categories for tracing with the System_DynamicTrace process definition:
action
- Actions and triggersalert
- Alerting (Active Monitoring Module)infrastructure.logging.PerformanceLogger
- performance tracing informationaudit
- Auditing (Active Auditing Module)cluster
- Cluster loggingconnector
- ERP Connectorscore
- Core scheduler componentevent
- Eventsjobchain
- Chainjobchainservice
- JobChainServicejobservice
- Generic jobservice, used by most components when running processesmail
- Mail Modulemonitor
- Monitor componentspersistence
- Database persistencepersistence.impl.PersistenceLogger.sqlhl
- All high level SQL statementspersistence.impl.PersistenceLogger.sqlll
- All SQL statements as sent to the databasepersistence.impl.PersistenceLogger.tdump
- transaction dumps of all transactionspersistence.impl.PersistenceLogger
- all previous three (high level and low level SQL as well as transaction dumps)remote
- Remote APIscript
- Redwood Expression Languagescriptjobservice
- Service for running scriptjobservicesecurity
- securitysystemjobservice
- Systemjob serviceui
- User Interface
The following categories can be used in the client-side JavaScript logger (for development only):
javascript
note
The JavaScript log is not produced by System_DynamicTrace.
The above logging categories can be used with the following log levels:
TRACE
- the TRACE level (JavaScript/user interface only) designates very detailed informational events that are used by Redwood Server development to troubleshoot user interface issues.DEBUG
- the DEBUG Level designates detailed informational events that are most useful to debug an application.ERROR
- the ERROR level designates error events that potentially allow the application to continue running.FATAL
- the FATAL level designates very severe error events that potentially lead the application to abort.INFO
- the INFO level designates informational messages that highlight the progress of the application.WARN
- the WARN level designates potentially harmful situations.
See Also
onsiteTopic