Logging
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/recieved by the MDI are included in the INFO level of logging.
Configuration
The logging settings are found in Settings , in the Controller section:

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:

Last updated