Skip to content

Commit 65fe7f5

Browse files
committed
services/logging: add warning about other active syslogs
This is the only information from socklog-void's INSTALL.msg that's still missing from this page. Since we are here, tweak language a bit.
1 parent 84e256c commit 65fe7f5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/config/services/logging.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ implementations available in the Void repositories.
99

1010
[socklog(8)](https://man.voidlinux.org/socklog.8) is a syslog implementation
1111
from the author of [runit(8)](https://man.voidlinux.org/runit.8). Use socklog if
12-
you're not sure which syslog implementation to use. To use it, install the
13-
`socklog-void` package, and enable the `socklog-unix` and `nanoklogd` services.
12+
you're not sure which syslog implementation to use. To enable it, install the
13+
`socklog-void` package and enable the `socklog-unix` and `nanoklogd` services.
14+
Ensure no other syslog daemon is running.
1415

1516
The logs are saved in sub-directories of `/var/log/socklog/`, and `svlogtail`
16-
can be used to help access them conveniently.
17+
can be used to access them conveniently.
1718

1819
The ability to read logs is limited to `root` and users who are part of the
1920
`socklog` group.

0 commit comments

Comments
 (0)