我有这样的rsyslog
设置:
if $hostname == "9e4b657a-232c-4bb0-ab9b-7ee6b142c724" then /var/log/heroku.log
& stop
我需要以这种方式修改此设置,以便rsyslog
停止将9e4b657a-232c-4bb0-ab9b-7ee6b142c724
(即主机名)写入/var/log/heroku.log
。该设置应仅影响此特定文件,即不影响全局设置。我该如何实现?
我有这样的rsyslog
设置:
if $hostname == "9e4b657a-232c-4bb0-ab9b-7ee6b142c724" then /var/log/heroku.log
& stop
我需要以这种方式修改此设置,以便rsyslog
停止将9e4b657a-232c-4bb0-ab9b-7ee6b142c724
(即主机名)写入/var/log/heroku.log
。该设置应仅影响此特定文件,即不影响全局设置。我该如何实现?