Skip to content

Commit

Permalink
docs: Added a note about the new LogManager property in Device page (#…
Browse files Browse the repository at this point in the history
…5500)

* Added a note about the new LogManager property

Signed-off-by: pierantoniomerlino <[email protected]>

* Update docs/gateway-configuration/device-information.md

Co-authored-by: Matteo Maiero <[email protected]>

---------

Signed-off-by: pierantoniomerlino <[email protected]>
Co-authored-by: Matteo Maiero <[email protected]>
  • Loading branch information
pierantoniomerlino and MMaiero authored Nov 5, 2024
1 parent bd36914 commit a8835cd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/gateway-configuration/device-information.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.

0 comments on commit a8835cd

Please sign in to comment.