DEPARTMENT OF COMPUTING

IT 3110

Centralized System Logger


Logging

We could have several different services running at this point:

Each could generate an application specific log file. This could become rather tedious when debugging or troubleshooting. Collecting logs in a centralized location can simplify management and administration.


Logging


Logging


Log rotate

Logs can consume a ton of space. If left unchecked this can cause problems.

We can automatically delete logs after a certain amount of time.


Log rotate

The packages that we need are already installed by default.


Last Updated 02/07/2025