04-08-2020, 05:58 AM
Another workaround may be to isolate this noise to an own file:
create /etc/rsyslog.d/upowerd.conf with the following content:
>>>
### upowerd Rules ###
if $programname == 'upowerd' then {
action(type="omfile" file="/var/log/upowerd.log")
stop
}
<<<
Regards, Ansgar
create /etc/rsyslog.d/upowerd.conf with the following content:
>>>
### upowerd Rules ###
if $programname == 'upowerd' then {
action(type="omfile" file="/var/log/upowerd.log")
stop
}
<<<
Regards, Ansgar