rsyslog configuration cleanup by filter rules in separate files (bug#1102720) OBS-URL: https://build.opensuse.org/request/show/643678 OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=301
10 lines
219 B
Plaintext
10 lines
219 B
Plaintext
#
|
|
# NetworkManager into separate file and stop their further processing
|
|
#
|
|
if ($programname == 'NetworkManager') or \
|
|
($programname startswith 'nm-') \
|
|
then {
|
|
-/var/log/NetworkManager
|
|
stop
|
|
}
|