Changes between Version 3 and Version 4 of Wiki Start


Ignore:
Timestamp:
2011-06-23 18:56:08 (13 years ago)
Author:
mcvflorin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Wiki Start

    v3 v4  
    3131 
    3232It's not necessary to store the user code to arm/disarm a partition, but it must be present in the ''PIN Code'' field. 
     33 
     34=== Debugging === 
     35 
     36By 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 
     40You can find how to see the logs here: 
     41 
     42http://wiki.micasaverde.com/index.php/Logs 
     43 
     44It is recommended to look only for the log entries with levels ''01'' (errors) and ''50'' (Lua): 
     45{{{ 
     46tail -f LuaUPnP.log | grep '^01\|^50' 
     47}}}