| description | Logging support was added in version 2.0.0-RC1 |
|---|
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.
The logging settings are found in Settings
, in the Controller section:
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.
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:
.png)
.png)