Configure Hyper-Q Logs
You can configure the directory log files are written, enable the legacy logging service, and specify the severity levels of log messages to display.
Log File Configuration Options
You configure the Hyper-Q log service using the Hyper-Q configuration file (/opt/datometry/config/dtm.ini
). The log configuration settings are in the [general_settings]
section of the dtm.ini
file, which specifies basic configuration settings for the Hyper-Q deployment.
Parameter | Type | Description |
---|---|---|
| String | (Optional) Specifies a directory other than the default that log files are written to. Note that the CLI option |
| Boolean | (Optional) Specify In addition to the different logging behaviors, setting this to |
| String | Specifies the verbosity level of tracer log messages, with lower settings causing some events to be suppressed from the logs, and higher settings resulting in more events being written. If the verbosity level of an event is less than or equal to the specified logging level, it is logged. Otherwise, the message is suppressed and will not appear in the tracer log. |
The following examples illustrate log file configuration options in the [general_settings]
section of the dtm.ini
file.
"general_setting".log_dir = /opt/datometry/logs "general_setting".enable_legacy_logger = false "general_setting".default_tracer_verbosity_level = ALERT