Releases: AliceO2Group/Common
Releases · AliceO2Group/Common
v1.6.3
SimpleLog: fix logrotate(). Logging directory was not closed properly, possibly causing "too many file open", hence failure to rotate logs and loosing messages.
v1.6.2
Added option to Timer::increment().
v1.6.1
SimpleLog: when rotateMaxFiles=1, clear file on opening and discard messages after reaching rotateMaxBytes.
v1.6.0
- Program: Set exit code on failure
v1.5.1
SimpleLog: optimized /dev/null output
Daemon: help option
v1.5.0
Removed obsolete DataBlock definitions.
v1.4.9
Added logrotate feature to Simplelog class.
v1.4.7
Addition of setFileDescriptors to SimpleLog.