Skip to content

Commit 4ec2423

Browse files
committed
Prevent unnecessary writes to disk.
The dash signifies that not every log entry is written immediately to the disk. This should be reserved to really important log messages like the auth log. Most entries in a standard Syslog configuration indeed uses the dash.
1 parent 4ca6534 commit 4ec2423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manual/install/configure-system-log.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Instruction by syslog servers
3636

3737
2. Add following line to syslog.conf:
3838
```
39-
local1.* /var/log/sympa.log
39+
local1.* -/var/log/sympa.log
4040
```
4141

4242
3. Reload syslog service.

0 commit comments

Comments
 (0)