Reference: log configuration of components
This article explains advanced configuration of most important WorkFusion components.
Control Tower
- Configuration file: INSTALL_DIR/workfusion/conf/logback.xml
- Hot reload: Yes
The primary log configuration file for the Control Tower application. Allows to switch log level for specific packages and libraries
note
If this config is modified manually, it is required to update both appender and logger to an appropriate log level. If appender has the
treshold value warn, setting logger to "info" will not have any effect.
- Configuration file: INSTALL_DIR/workfusion/conf/logging.properties
- Hot reload: Yes
A custom configuration file for controlling log level for specific Control Tower classes.
The reload interval is specified in INSTALL_DIR/workfusion/conf/workfusion.properties (by default, 60 seconds)
WorkSpace
- Configuration files:
- INSTALL_DIR/workspace_production/conf/workspace-logback.xml
- INSTALL_DIR/workspace_production/conf/workspace_api-logback.xml
- Hot reload: Yes
workspace and workspace-api have separate logging configuration.
SQC
- Configuration file: INSTALL_DIR/sqc/conf/log4j.xml
- Hot reload: No
OCR
- Configuration file:
- INSTALL_DIR/ocr/etc/logback-rest.xml
- INSTALL_DIR/ocr/etc/logback-task.xml
- INSTALL_DIR/ocr/etc/logback-worker.xml
- Hot reload: No
- logback-rest.xml – OCR Rest service
- logback-worker.xml – OCR Worker service
- logback-task.xml – OCR Task process