Skip to content

Commit c690975

Browse files
rucodereriknordmark
authored andcommitted
Update documentation for monitor TUI app log level
- update docs/CONFIG-PROPERTIES.md Signed-off-by: Mikhail Malyshev <[email protected]>
1 parent 1fb3e27 commit c690975

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/CONFIG-PROPERTIES.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,11 @@
6868
| goroutine.leak.detection.cooldown.minutes | integer (minutes) | 5 | Cooldown period in minutes after the leak detection is triggered. During this period, no stack traces are collected; only warning messages are logged. |
6969
| kubevirt.drain.timeout | integer | 24 | hours to allow kubernetes to drain a node |
7070
| memory-monitor.enabled | boolean | false | Enable external memory monitoring and memory pressure events handling |
71+
| debug.tui.loglevel | string | info | Set log level for EVE Text UI (TUI) monitor. Possible values are "OFF", "ERROR", "WARN", "INFO", "DEBUG", "TRACE" and are case insensitive
7172

7273
## Log levels
7374

74-
Log level can be set for three different components of EVE: EVE microservices, syslog, and kernel.
75+
Log level can be set for four different components of EVE: EVE microservices, syslog, kernel, and TUI monitor application. Logs for TUI monitor are not sent to the controller and only available locally on the device.
7576
The log levels set this way are used to control the verbosity of the logs produced by the corresponding components.
7677
All logs produced this way will be saved locally in /persist/newlog/keepSentQueue/ directory and will be subject to rotation based on the max total size of stored logs.
7778

@@ -94,6 +95,7 @@ A corresponding "remote" log level can be set for each of the three components:
9495
| debug.syslog.remote.loglevel | string | info | level of the syslog messages sent to the controller. System default loglevel string representation should be used as described here ["https://man7.org/linux/man-pages/man3/syslog.3.html"]: emerg, alert, crit, err, warning, notice, info, debug. |
9596
| debug.kernel.loglevel | string | info | level of the produced kernel log messages. System default loglevel string representation should be used as described here ["https://man7.org/linux/man-pages/man3/syslog.3.html"]: emerg, alert, crit, err, warning, notice, info, debug. |
9697
| debug.kernel.remote.loglevel | string | info | level of the kernel log messages sent to the controller. System default loglevel string representation should be used as described here ["https://man7.org/linux/man-pages/man3/syslog.3.html"]: emerg, alert, crit, err, warning, notice, info, debug. |
98+
debug.tui.loglevel | string | info | Set log level for EVE Text UI (TUI) monitor. Possible values are "OFF", "ERROR", "WARN", "INFO", "DEBUG", "TRACE" and are case insensitive
9799

98100
In addition, there can be per-agent settings to overwrite the default log level set for EVE microservices.
99101
These use the same log levels as the default log level settings (logrus).

0 commit comments

Comments
 (0)