File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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]
169169Address =192.168.1.100:514
170- ExcludeSyslogFacility =auth, authpriv
170+ ExcludeSyslogFacility =auth authpriv
171171ExcludeSyslogLevel =debug
172172```
173173
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments