Browse Source

NEW Add exemple of setup for multitail to render dolibarr log files

Laurent Destailleur 10 years ago
parent
commit
6d064e8b9b
1 changed files with 12 additions and 0 deletions
  1. 12 0
      dev/multitail/.multitailrc

+ 12 - 0
dev/multitail/.multitailrc

@@ -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.*