Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Added a note about the new LogManager property in Device page [backport docs-release-5.6] #5515

Merged
merged 1 commit into from
Nov 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading