NEW Add exemple of setup for multitail to render dolibarr log files
This commit is contained in:
parent
ec5330120c
commit
6d064e8b9b
12
dev/multitail/.multitailrc
Normal file
12
dev/multitail/.multitailrc
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# This is an example of multitail setup file you can use to analyze dolibarr log files.
|
||||||
|
# Usage: multitail -cS dolibarr documents/dolibarr.log
|
||||||
|
colorscheme:dolibarr
|
||||||
|
bright:1
|
||||||
|
cs_re:yellow,red:.*EMERG.*
|
||||||
|
cs_re:white,red:.*ALERT.*
|
||||||
|
cs_re:green,red:.*CRIT.*
|
||||||
|
cs_re:red:.*ERR.*
|
||||||
|
cs_re:white,yellow:.*WARNING.*
|
||||||
|
cs_re:green,yellow:.*NOTICE.*
|
||||||
|
cs_re:green:.*INFO.*
|
||||||
|
cs_re:white:.*DEBUG.*
|
||||||
Loading…
Reference in New Issue
Block a user