Skip to content

Commit 70cefd5

Browse files
committed
simplelog update / rotate
1 parent 4349b52 commit 70cefd5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ endif()
6565
include(ExternalProject)
6666
externalproject_add (Common-standalone
6767
GIT_REPOSITORY "https://github.com/AliceO2Group/Common.git"
68-
GIT_TAG "v1.5.2"
68+
GIT_TAG "v1.6.1"
6969
LOG_DOWNLOAD 1
7070
UPDATE_COMMAND ""
7171
PATCH_COMMAND ""

include/InfoLogger/InfoLogger.hxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ class InfoLogger
379379
/// Defines a file where discarded messages are saved
380380
/// path: path to file. If null, discarding to file is disabled.
381381
/// rotateMaxBytes: Maximum file size, after which a new file is created. If zero, no limit.
382-
/// rotateMaxFiles: Maximum number of files to keep (including the "current" file). If zero, no limit.
382+
/// rotateMaxFiles: Maximum number of files to keep (including the "current" file). If zero, no limit. If one, a single file is created and cleared immediately, and messages are discarded after reaching rotateMaxBytes.
383383
/// rotateNow: If non-zero, the file is immediately rotated (independently of its size), otherwise it is appended.
384384
/// ignoreDebug: do not store debug messages in the file if set to true.
385385
/// Returns 0 on success, or an error code.

0 commit comments

Comments
 (0)