Skip to main content
Version: 5.2.0.1

Logging

note

The variable {basepath} will be replaced by <tomcat installation dir>/webapps/orchestra/WEB-INF/.

Logging Configuration​

ParameterDescription
GroupsComma-separated list of all configured log groups. For each group, define:
1. log.%.path
2. log.%.filter
Replace % with the group name.
databasepool.connection.diagnosticEnables complete stack trace logging of the database pool.
log.%.pathPath to the log directory (replace % with the group name).
log.%.filterRegular expression filter to restrict displayed files, or leave empty.
opcua.log.pathAbsolute path to a log directory. If set, information about OPCUA variables will be logged.
opcua.subscriptionAbsolute path to a log directory. When configured, a log file for OPCUA variables will be created.
runtime.sql.loggingEnables logging of SQL statements that the runtime executes for analysis purposes.
scenario.sql.loggingEnables logging of SQL statements that scenarios execute on remote databases.
scenario.enabledtrue: Enables scenario-specific logging. Each scenario logs in a separate file. Java channel loggers and log events in process models are also included.
false: Disables scenario-specific logging.
scenario.configRelative path to the scenario-specific configuration logging.
sysinfo.max.file.sizeMaximum size of the system information file (in MB). Default: 100 MB.
sysinfo.max.files.limitMaximum number of files to download in the system information folder. Default: 200.
threaddumper.activeActivates thread dump logging.
threaddumper.intervallInterval for thread dump logging.
threaddumper.pathLocation where thread dumps are written.