Kodi Community Forum

Full Version: SQL Logging
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have used advancedsettings.xml to configure the logging level to DEBUG. I was hoping to see that the SQL statements would be logged. Unfortunately they are not being logged!??

How do I configure XBMC so the sqllite SQL statements will be logged to a file? It will really help me develop my module.

Thanks!
you can't. if they aren't logged at debug they aren't logged.
ok, thanks.