Nieuws

Log rotation system implemented in Python. Log rotation is a common practice in software development and system administration, where log files are periodically rotated or archived to prevent them ...
Instead of specifying directories and rotation schemes on the command line you can also add them to a configuration file. By default two locations are checked for a configuration file, these are ...
Linux system log files are by default set to rotate. Depending on the age or size, a sequence of files moves back a step, the oldest being removed and a new one taking over as the current log file ...