quick-docs/modules/ROOT/pages/_partials/con_viewing-logs.adoc
JJ Asghar c2f9ac0f32 Fixed the title for "viewing logs"
https://docs.fedoraproject.org/en-US/quick-docs/viewing-logs/ had
"Untitled" in the title of the webpage. I removed it from the partial
and added it to the main page, this should fix it.

Signed-off-by: JJ Asghar <awesome@ibm.com>
Signed-off-by: JJ Asghar <jjasghar@gmail.com>
2019-12-04 14:25:14 -06:00

12 lines
714 B
Text

[id='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