docker – Blame information for rev 16

Subversion Repositories:
Rev:
Rev Author Line No. Line
16 office 1 # this configuration file is suitable for displaying unmanic logs
2 # pipe logs to this file.
3 # Eg. `tail -f ~/.unmanic/logs/*.log | grcat .grc.conf.unmanic.logs`
4  
5  
6 # this is probably a pathname
7 regexp=\/[\s\w.-]+
8 colours=bold green
9 count=more
10 ======
11 # Ignore GET requests from tornado's log
12 regexp=[\d]+ GET /.*$
13 colours=none
14 count=more
15 ======
16 # Info Debug
17 regexp=[\d(\-|T|\:)]+\:DEBUG:[\w(\.|\-)]+
18 colours=bold blue
19 count=stop
20 ======
21 # Info Logs
22 regexp=[\d(\-|T|\:)]+\:INFO:[\w(\.|\-)]+
23 colours=bold cyan
24 count=stop
25 ======
26 # Warning Logs
27 regexp=[\d(\-|T|\:)]+\:WARNING:[\w(\.|\-)]+
28 colours=bold yellow
29 count=stop
30 ======
31 # Error Logs
32 regexp=[\d(\-|T|\:)]+\:ERROR:[\w(\.|\-)]+
33 colours=bold red
34 count=stop
35 ======
36 # Switch logfile
37 regexp=[=]+[>].*[<][=]+
38 colours=bold magenta on_black
39 count=stop
40 ======