]> git.ipfire.org Git - thirdparty/systemd.git/blame - docs/var-log/README.in
test-network: replace check_link_exists() with wait_online()
[thirdparty/systemd.git] / docs / var-log / README.in
CommitLineData
0ce8860a
LP
1You are looking for the traditional text log files in @VARLOGDIR@, and
2they are gone?
3
4Here's an explanation on what's going on:
5
6You are running a systemd-based OS where traditional syslog has been
7replaced with the Journal. The journal stores the same (and more)
8information as classic syslog. To make use of the journal and access
9the collected log data simply invoke "journalctl", which will output
10the logs in the identical text-based format the syslog files in
11@VARLOGDIR@ used to be. For further details, please refer to
12journalctl(1).
13
14Alternatively, consider installing one of the traditional syslog
15implementations available for your distribution, which will generate
16the classic log files for you. Syslog implementations such as
17syslog-ng or rsyslog may be installed side-by-side with the journal
18and will continue to function the way they always did.
19
20Thank you!
21
22Further reading:
23 man:journalctl(1)
24 man:systemd-journald.service(8)
25 man:journald.conf(5)
26 http://0pointer.de/blog/projects/the-journal.html