Hi folks!
This new version fixes several bugs and let you tag your log files to display folders instead of a long list of logs.
To add tags right now, just add tags configuration parameter like this for example :
"display"   : "Apache Error #1",
"path"      : "\/opt\/local\/apache2\/logs\/error_log",
"refresh"   : 5,
"max"       : 10,
"notify"    : true,
"tags"      : [ "Apache" , "Error" ],
Or if you only want to add one tag :
"tags"      : "What You Want",