File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ The key points to remember about the following configuration are:
2020- The log file, ** /var/log/irods/irods.log** , will be readable by anyone with access to the OS
2121- All messages generated by any process whose name starts with ** irodsServer** will be written to the log file
2222- All messages generated by any process whose name starts with ** irodsDelayServer** will be written to the log file
23+ - All messages generated by any process whose name starts with ** irodsAgent** will be written to the log file
2324
2425``` text
2526# file: /etc/rsyslog.d/00-irods.conf
@@ -32,6 +33,8 @@ $template irods_format,"%msg%\n"
3233& stop
3334:programname,startswith,"irodsDelayServer" /var/log/irods/irods.log;irods_format
3435& stop
36+ :programname,startswith,"irodsAgent" /var/log/irods/irods.log;irods_format
37+ & stop
3538```
3639
3740### logrotate configuration
You can’t perform that action at this time.
0 commit comments