From 4660c8e7fe8fe3b908ff93ce0c114fd300a8aa77 Mon Sep 17 00:00:00 2001 From: eclipse-kura-bot <77626377+eclipse-kura-bot@users.noreply.github.com> Date: Tue, 5 Nov 2024 09:54:31 +0100 Subject: [PATCH] docs: Added a note about the new LogManager property in Device page [backport docs-release-5.6] (#5515) docs: Added a note about the new LogManager property in Device page (#5500) * Added a note about the new LogManager property Signed-off-by: pierantoniomerlino * Update docs/gateway-configuration/device-information.md Co-authored-by: Matteo Maiero --------- Signed-off-by: pierantoniomerlino Co-authored-by: Matteo Maiero (cherry picked from commit a8835cdc7cdc1bbfee04bc2e6dad172df92b0cdd) Co-authored-by: Pierantonio Merlino --- docs/gateway-configuration/device-information.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/gateway-configuration/device-information.md b/docs/gateway-configuration/device-information.md index 29aac7980c9..cce838f2255 100644 --- a/docs/gateway-configuration/device-information.md +++ b/docs/gateway-configuration/device-information.md @@ -60,4 +60,7 @@ In addition to this feature, the page also allows the **real-time** displaying o ![Device System Logs](./images/device-system-logs.png) -The collected logs are stored in a cache server-side and are collected from the point in time where the log providers get attached to the UI (usually, from the login or after a refresh of the browser's window). When the section "System Logs" is accessed, the new log entries are polled from the server's cache and stored client-side. \ No newline at end of file +The device logs are stored in a server-side cache and are collected from the point in time where the log providers get attached to the UI (usually, from the login or after a refresh of the browser's window). When the section "System Logs" is accessed, the new log entries are polled from the server's cache and stored client-side. + +!!! note + The default log provider, that is the first log provider shown in the dropdown menu, is `filesystem-kura-log`. It is used to collect logs from the `/var/log/kura.log` file. The default value can be changed using the `kura.default.log.manager` property in the `kura.properties` file. \ No newline at end of file