Logs
  • 25 Sep 2024
  • 1 Minute to read
  • Dark
    Light

Logs

  • Dark
    Light

Article summary

Koios logs are perfect for troubleshooting complex issues. To view the log list, go to SystemLogs.

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.

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.


What's Next