Re: [rsyslog] creating separate config file for a log file

2022-07-06 Thread David Lang via rsyslog
yslog-users Cc: Radu Gheorghe Subject: Re: [rsyslog] creating separate config file for a log file Hi Keith, rsyslog.conf is read sequentially, so wherever you have your include directive (more details here https://www.rsyslog.com/doc/master/rainerscript/include.html) is where your new config file(

Re: [rsyslog] creating separate config file for a log file

2022-07-06 Thread Radu Gheorghe via rsyslog
Hi Keith, rsyslog.conf is read sequentially, so wherever you have your include directive (more details here https://www.rsyslog.com/doc/master/rainerscript/include.html) is where your new config file(s) will be read. Your included config (and the directories leading to it) need to be readable by

[rsyslog] creating separate config file for a log file

2022-07-05 Thread Clay, Keith via rsyslog
I am looking to create a rsyslog.d config file for a specific log file but the docs aren't clear the scope of the values in that file. I don't know what variables to use to set things like owner/group and perms but from what I gather from the docs that will affect everything created after my fi