Vera Edge filter/grep the log files?

Is there some info about the logfile? I tried to tail -f it, but that gives a lot of lines.
Sometimes I only want to know if a signal is getting into the Edge, a scene is started etc.
I saw the lines begin with 04, 06 for example. But is there some info about this?

Hi,

You can use tail -f /tmp/log/cmh/LuaUPnP.log

and you can also grep for specifics using tail -f /tmp/log/cmh/LuaUPnP.log | grep -i ‘device: 23’

Let me know if this helps.

Possibly useful info here: [url=http://wiki.micasaverde.com/index.php/Luup_Debugging]http://wiki.micasaverde.com/index.php/Luup_Debugging[/url]. Several plugins also available to help.

Great. Thanks. Exactly what I was looking for.