| 33 | |
| 34 | === Debugging === |
| 35 | |
| 36 | By default, the plugin logs only the important events, like alarms and errors. To enable verbose logging go to the ''Advanced'' tab in the panel device's Toolbox and set the ''DebugMode'' to ''1'' then restart Luup. |
| 37 | |
| 38 | '''How to see the logs:''' |
| 39 | |
| 40 | You can find how to see the logs here: |
| 41 | |
| 42 | http://wiki.micasaverde.com/index.php/Logs |
| 43 | |
| 44 | It is recommended to look only for the log entries with levels ''01'' (errors) and ''50'' (Lua): |
| 45 | {{{ |
| 46 | tail -f LuaUPnP.log | grep '^01\|^50' |
| 47 | }}} |