Skip to content

Commit 1189ab1

Browse files
committed
[358] Add irodsAgent to rsyslog config example
1 parent e782e98 commit 1189ab1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/system_overview/troubleshooting.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)