rsyslog
rsyslog copied to clipboard
How to set two working-mode for rsyslog.
Hello, i want to set rsyslog work in two different mode.MODE release: rsyslog only handle msg with severity higher than warning; MODE debug: rsyslog handle all the msg to the syslog. How can i manage that?
create two different configs. Start rsyslog with the one you currently want to run.
Does that means i need to modify the "/etc/rsyslog.conf "
$IncludeConfig /etc/rsyslog.d/specific.conf every time i try to change the mode?