Update of /cvsroot/perfparse/_perfparse/config
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7457/config
Modified Files:
perfparse.cfg.example
Log Message:
Add error log level and more purging data.
Index: perfparse.cfg.example
===================================================================
RCS file: /cvsroot/perfparse/_perfparse/config/perfparse.cfg.example,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** perfparse.cfg.example 28 Sep 2007 21:53:16 -0000 1.3
--- perfparse.cfg.example 9 Dec 2007 20:40:40 -0000 1.4
***************
*** 36,39 ****
--- 36,41 ----
# Error handling :
Error_Log = "perfparse.log"
+ # Error Log Level is a sum of bits: Fatal:1, Error:2, Warning:4, Info:8, Debug:16, several debug levels: 32,64,128,....
+ Error_Log_Level = "255"
Error_Log_Rotate = "Yes"
Error_Log_Keep_N_Days = "7"
|