Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 1.16 KB

File metadata and controls

25 lines (14 loc) · 1.16 KB
description Logging support was added in version 2.0.0-RC1

Logging

The Controller can write logs to file with configurable levels of detail. The commands sent/received by the MDI are included in the INFO level of logging.

Configuration

The logging settings are found in Settings , in the Controller section:

Communications logging

The setting "Log Full Sent/Recieved Communications" enables capturing the full sent and received traffic. To use it, you must also have the logging level set to debug. Use this only when diagnosing connection or protocol issues as it fills the logs very quickly.

Viewing Logs

After enabling logging each time the application is opened a new log file will be created in the users home directory ~/.kivy/logs/ with the name pattern kivy_YY-MM-DD_NN.txt

This path will be opened if clicking the bug report button in the UI: