quick-docs/modules/ROOT/pages/_partials/con_viewing-logs.adoc
Ankur Sinha (Ankur Sinha Gmail) e8b87f113e
Improve systemd introduction
This clarifies that services that use systemd no longer place their logs
in plain text files.
2019-04-05 12:17:51 +01:00

13 lines
739 B
Text

[id='viewing-logs in Fedora']
= Viewing logs in Fedora
Log files contain messages about the system, including the kernel, services, and applications running on it.
These contain information that helps troubleshoot issues, or simply monitor system functions.
Fedora uses the https://freedesktop.org/wiki/Software/systemd/[systemd] system and service manager.
With systemd, messages for most services are now stored in the systemd journal which is a binary file that must be accessed usinng the `journalctl` command.
System tools that do not use systemd for their logs continue to place them as plain text files in the `/var/log/` directory.
In Fedora, there are two ways of accessing system logs:
* The command line
* A GUI applications