cancel
Showing results for 
Search instead for 
Did you mean: 
Trevor
Commander Commander
Commander
  • 369 Views

Linux Logging Daemons

On a RHEL 9.X system, the daemons used to log messages are systemd-journald, and rsyslogd.

Are there others?

 

Trevor "Red Hat Evangelist" Chandler
Labels (3)
3 Replies
Blue_bird
Starfighter Starfighter
Starfighter
  • 352 Views

Yes, while systemd-journald and rsyslogd are the primary logging daemons on RHEL 9.X, there are other daemons involved in logging, including logrotate for rotating log files.

Depending on the specific services and applications running on the system, other daemons may also generate logs, such as web server daemons (e.g., httpd), database server daemons (e.g., mysqld), and various system utilities.

Thanks

0 Kudos
Trevor
Commander Commander
Commander
  • 350 Views

"...there are other daemons involved in logging, including logrotate for rotating log files."

logrotate?  A daemon?

 

 

Trevor "Red Hat Evangelist" Chandler
Blue_bird
Starfighter Starfighter
Starfighter
  • 345 Views

No, logrotate is not a daemon. It's a system utility (command-line tool) used to manage log files, specifically rotating, compressing, and deleting them. While it might be run by a daemon like cron to schedule log rotation tasks.

Thanks

0 Kudos
Join the discussion
You must log in to join this conversation.