Update of /cvsroot/leaf/src/bering-uclibc4/source/etc
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv4795
Modified Files:
syslog-ng.conf
Log Message:
Changed min levels for all facilities except kernel to info (instead of debug);
disabled debug logging by default
Index: syslog-ng.conf
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc4/source/etc/syslog-ng.conf,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** syslog-ng.conf 1 Aug 2010 18:18:18 -0000 1.2
--- syslog-ng.conf 17 Aug 2010 17:31:11 -0000 1.3
***************
*** 197,200 ****
--- 197,201 ----
source(s_all);
filter(f_syslog);
+ filter(f_at_least_info);
destination(df_syslog);
};
***************
*** 202,210 ****
# this is commented out in the default syslog.conf
# cron.* /var/log/cron.log
! #log {
! # source(s_all);
! # filter(f_cron);
! # destination(df_cron);
! #};
# daemon.* -/var/log/daemon.log
--- 203,212 ----
# this is commented out in the default syslog.conf
# cron.* /var/log/cron.log
! log {
! source(s_all);
! filter(f_cron);
! filter(f_at_least_info);
! destination(df_cron);
! };
# daemon.* -/var/log/daemon.log
***************
*** 212,215 ****
--- 214,218 ----
source(s_all);
filter(f_daemon);
+ filter(f_at_least_info);
destination(df_daemon);
};
***************
*** 226,238 ****
source(s_all);
filter(f_lpr);
destination(df_lpr);
};
# mail.* -/var/log/mail.log
! log {
! source(s_all);
! filter(f_mail);
! destination(df_mail);
! };
# user.* -/var/log/user.log
--- 229,242 ----
source(s_all);
filter(f_lpr);
+ filter(f_at_least_info);
destination(df_lpr);
};
# mail.* -/var/log/mail.log
! #log {
! # source(s_all);
! # filter(f_mail);
! # destination(df_mail);
! #};
# user.* -/var/log/user.log
***************
*** 302,310 ****
# auth,authpriv.none;\
# news.none;mail.none -/var/log/debug
! log {
! source(s_all);
! filter(f_debug);
! destination(df_debug);
! };
--- 306,315 ----
# auth,authpriv.none;\
# news.none;mail.none -/var/log/debug
!
! #log {
! # source(s_all);
! # filter(f_debug);
! # destination(df_debug);
! #};
------------------------------------------------------------------------------
This SF.net email is sponsored by
Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev
_______________________________________________
leaf-cvs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits