<%include file="/pageheader.html"/> <%! from kaithem.src import logviewer %> System Logs

System Logs

This shows the realtime output of the logger named "system" and any child loggers of it. these logs are kept in ram and wil be dumped to a file based on the settings in the configuration file.
This new system of logging replaces the old json messagebus based logs. You can still log mesagebus topics, but they just go to the system.msgbus logger.

${logviewer.syslogwidget.render(style="max-height:30em; padding:8px;")}
<%include file="/pagefooter.html"/>