le1t0-deprec 2.1.6.038 → 2.1.6.039
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +4 -0
- data/lib/deprec/recipes/syslog/syslog_ng.rb +1 -1
- metadata +2 -2
data/CHANGELOG
CHANGED
@@ -77,7 +77,7 @@ Capistrano::Configuration.instance(:must_exist).load do
|
|
77
77
|
:f_messages => "level(info,notice,warn) and not facility(auth,authpriv,cron,daemon,mail,news)",
|
78
78
|
:f_emerg => "level(emerg)",
|
79
79
|
:f_xconsole => "facility(daemon,mail) or level(debug,info,notice,warn) or (facility(news) and level(crit,err,notice))",
|
80
|
-
:f_daemons => "program(\"(rails|apache|postfix|haproxy|mysql|keepalived|sphinx|firewall)-.*\")"
|
80
|
+
:f_daemons => "program(\"(rails|apache|postfix|haproxy|mysql|keepalived|sphinx|firewall)-.*\") or facility(user,local0,local1,local2,local3,local4,local5,local6,local7)"
|
81
81
|
}
|
82
82
|
set :syslog_ng_destinations, {
|
83
83
|
:df_auth => "file(\"/var/log/auth.log\")",
|