Skip to content

Commit 2053409

Browse files
authored
Merge pull request #141 from ngraziano/docs-multiple-values
Correct examples for ExcludeSyslogFacility and ExcludeSyslogLevel
2 parents dc70447 + d900ffa commit 2053409

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ Reload: `sudo systemctl reload systemd-netlogd.service`
125125
| `StructuredData=` | Custom SD-ID | None | `[app@12345]` |
126126
| `UseSysLogStructuredData=` | Extract from journal | `false` | `yes` |
127127
| `UseSysLogMsgId=` | Extract MSGID | `false` | `yes` |
128-
| `ExcludeSyslogFacility=` | Skip facilities | None | `auth,authpriv` |
129-
| `ExcludeSyslogLevel=` | Skip levels | None | `debug,info` |
128+
| `ExcludeSyslogFacility=` | Skip facilities | None | `auth authpriv` |
129+
| `ExcludeSyslogLevel=` | Skip levels | None | `debug info` |
130130

131131
---
132132

@@ -167,7 +167,7 @@ UseSysLogMsgId=yes
167167
```ini
168168
[Network]
169169
Address=192.168.1.100:514
170-
ExcludeSyslogFacility=auth,authpriv
170+
ExcludeSyslogFacility=auth authpriv
171171
ExcludeSyslogLevel=debug
172172
```
173173

doc/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Options are in the ``[Network]`` section. Reload changes:
136136
+--------------------+----------+-------------+-------------------------------------------------------------+
137137
| ``UseSysLogMsgId=``| bool | ``false`` | Extract ``SYSLOG_MSGID`` from journal. |
138138
+--------------------+----------+-------------+-------------------------------------------------------------+
139-
| ``ExcludeSyslogFacility=`` | list || Skip facilities (e.g., ``auth,authpriv``). |
139+
| ``ExcludeSyslogFacility=`` | list || Skip facilities (e.g., ``auth authpriv``). |
140140
+--------------------+----------+-------------+-------------------------------------------------------------+
141141
| ``ExcludeSyslogLevel=`` | list || Skip levels (e.g., ``debug``). |
142142
+--------------------+----------+-------------+-------------------------------------------------------------+
@@ -214,7 +214,7 @@ TCP with Filtering
214214
[Network]
215215
Address=192.168.8.101:514
216216
Protocol=tcp
217-
ExcludeSyslogFacility=auth,authpriv
217+
ExcludeSyslogFacility=auth authpriv
218218
ExcludeSyslogLevel=debug
219219
220220
Using Structured Data and Message IDs

0 commit comments

Comments
 (0)