Cosmetic improvements to view-logs header

- Move each sentence to separate line.
- Add link to systemd upstream pages.
- Use Monospace for journalctl.
- Remove extra spaces between sentences.
This commit is contained in:
Ankur Sinha (Ankur Sinha Gmail) 2019-04-05 11:49:37 +01:00
parent ef70ecd8f2
commit 9e9c0490f5
No known key found for this signature in database
GPG key ID: F8D8C0BEBAC898BD

View file

@ -1,14 +1,14 @@
[id='viewing-logs in Fedora']
= Viewing logs in Fedora
Fedora uses systemd which provides the journalctl tool to view various logs generated by system commands.
Fedora uses https://freedesktop.org/wiki/Software/systemd/[systemd] which provides the `journalctl` tool to view various logs generated by system commands.
Log files contain messages about the system, including the kernel, services, and applications running on it. There are different log files for different information. For example, there is a default system log file, a log file for security messages, and a log file for cron tasks, this is an important task when you try to find any class of problem in your system and help you to resolve any issue.
Log files contain messages about the system, including the kernel, services, and applications running on it.
There are different log files for different information.
For example, there is a default system log file, a log file for security messages, and a log file for cron tasks, this is an important task when you try to find any class of problem in your system and help you to resolve any issue.
Most log files are located in the `/var/log/` directory.
In Fedora, there are two ways to open the log files:
* The command line
* A GUI applications