Reference for log configuration of components
The reference explains advanced configuration of the most important WorkFusion components.
Log configurations
| Component | Configuration file | Hot reload | Description |
|---|---|---|---|
| Control Tower | INSTALL_DIR/workfusion/conf/log4j.xml | Yes | Primary log configuration file for Control Tower application. Allows to switch log level for specific packages and libraries
If this config is modified manually - it is required to update both appender and logger to appropriate log level. If appender has treshold "warn" value - setting logger to "info" will not take any effect.
|
| INSTALL_DIR/workfusion/conf/wf-log4j.properties | Yes | Custom configuration file for controlling log level for specific Control Tower classes. Reload interval is specified in INSTALL_DIR/workfusion/conf/workfusion.properties (60 seconds by default) |
|
| WorkSpace | INSTALL_DIR/workspace_production/conf/workspace-log4j.properties INSTALL_DIR/workspace_production/conf/workspace_api-log4j.properties |
Yes | workspace and workspace-api have separate logging configuraiton |
| SQC | INSTALL_DIR/sqc/conf/log4j.xml | No | |
| WFBI | INSTALL_DIR/wfbi/conf/log4j.xml | No | |
| OCR | INSTALL_DIR/ocr/etc/logback-rest.xml INSTALL_DIR/ocr/etc/logback-task.xml INSTALL_DIR/ocr/etc/logback-worker.xml |
No | logback-rest.xml - OCR Rest service logback-worker.xml - OCR Worker service logback-task.xml - OCR Task process |
| AutoML | INSTALL_DIR/vds-gateway-service/vds-gateway-service.properties INSTALL_DIR/vds-mesos-adapter/vds-mesos-adapter.properties INSTALL_DIR/vds-scaling-service/vds-scaling-service.properties |
No | Example of properties
|