Koios logs are perfect for troubleshooting complex issues. To view the log list, go to System
→ Logs
.
Downloading a Log File
To download a log file, click on the log you would like to prompt a popup. From here you can download the log, or delete it if you would like a fresh log file.
Changing a Log Level
When troubleshooting a service with Ai-OPs, you may be asked to adjust the level of a logger. This can be done using the dropdown in the upper right hand corner of the log list page. Select the Change Logger Levels
option to prompt this popup.
Select the desired logger levels and click confirm.
Debug Cautiously
When placing a logger in debug, keep an eye on your system performance. This could greatly strain your system due to increased disk writes and storage demands. Use the setting below to help mitigate a long term issue.
Max Debug Time
To prevent the risk of accidentally leaving a logger in debug mode indefinitely and causing performance issues, the logger will automatically exit debug after a set amount of minutes. From the dropdown menu, select Set Debug Max Time
and set this to the desired time.
Logger Levels
Debug
Specific information about tasks as they happen, such as when Koios communicates with a Device, how a Tag is read, etc.
Info
Information such as the execution and completion of tasks.
Warning
An object has experienced a failure of some type.
Error
An error has occurred that prevents a component of Koios from finishing a Task or has stopped a minor component from working.
Critical
An error has occurred that has stopped a major component of Koios, causing Koios to become inoperable.