a script that a launcher or `.desktop` file could call that would enable debug logging: ``` sh #!/bin/bash cairo-dock -l debug > /var/log/cairo-dock.log ``` even better use `python` to enable log management. Be nice if it could be a standalone script.