Skip to content

Commit

Permalink
Deployed 4660c8e to docs-release-5.6 with MkDocs 1.5.3 and mike 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 5, 2024
1 parent f4e0997 commit 62ff9b2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4586,7 +4586,11 @@ <h2 id="system-logs">System Logs</h2>
</ul>
<p>In addition to this feature, the page also allows the <strong>real-time</strong> displaying of system logs, if the framework has the availability of one or more components that implement the LogProvider API. The UI also provides a useful button to open a new Kura instance in a new browser window. A reference implementation of the LogProvider API is provided in the <code>org.eclipse.kura.log.filesystem.provider</code> bundle. This bundle exposes in the framework a factory that can be used to read filesystem files. By default, Eclipse Kura creates two log providers at startup: one that reads from <code>/var/log/kura.log</code> and the other that reads from <code>/var/log/kura-audit.log</code>.</p>
<p><img alt="Device System Logs" src="../images/device-system-logs.png" /></p>
<p>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.</p>
<p>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.</p>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>The default log provider, that is the first log provider shown in the dropdown menu, is <code>filesystem-kura-log</code>. It is used to collect logs from the <code>/var/log/kura.log</code> file. The default value can be changed using the <code>kura.default.log.manager</code> property in the <code>kura.properties</code> file.</p>
</div>



Expand Down
2 changes: 1 addition & 1 deletion docs-release-5.6/search/search_index.json

Large diffs are not rendered by default.

Binary file modified docs-release-5.6/sitemap.xml.gz
Binary file not shown.

0 comments on commit 62ff9b2

Please sign in to comment.