USER MANUALS

Log Configuration

The logs configuration files for the server is in the path DENODO_HOME/conf/scheduler (where DENODO_HOME specifies the basic installation path). These files are based on Apache Log4j 2. Among other possibilities, they let you change the path where the log files are stored and the log level for the categories defined in the application. For more information please refer to the documentation of Log4j.

The Web administration tool also has a configuration file log4j2.xml to establish the register level of the events generated by this application. This file is found in the directory DENODO_HOME/resources/apache-tomcat/webapps/webadmin/denodo-scheduler-admin/WEB-INF/classes.

By default, the Scheduler server logs all the triggers’ misfires (a situation when a trigger misses its firing time because of the Scheduler being shut down, or in case there are no available threads in Quartz’s thread pool). If you also want to log when a trigger is fired and when it is completed (it is useful to analyze when a job is actually launched or if it is not launched when expected, when testing scheduling strategies), you have to modify the log category com.denodo.scheduler.core.server.quartz.plugins to debug instead of error).

The Scheduler server stores the logging messages in the file <DENODO_HOME>/logs/scheduler/scheduler.log.

The Scheduler administration tool stores the logging messages in the file <DENODO_HOME>/logs/scheduler/scheduler-admin.log.

Add feedback