Collect logs with journald in linux
You’ll find the journald logging system on any Linux distro that uses the systemd ecosystem. Instead of sending its messages to text files, journald sends messages to binary files. Instead of using normal Linux text file utilities to extract information, you have to use the journalctl utility. #journalctl To view the journald log file in […]
The post Collect logs with journald in linux appeared first on The Linux Juggernaut.
Read More