Skip to content

Commit 5412122

Browse files
committed
update docs
add hint about unit of "max size" in lg files
1 parent 97d7087 commit 5412122

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packaging/snclient.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ level = info
432432
; log file - Configure log file properties.
433433
[/settings/log/file]
434434
435-
; max size - When file size reaches this it will be move to log.old. Set to 0 and rotation will be disabled.
435+
; max size - When file size (in bytes) reaches this it will be move to log.old. Set to 0 and rotation will be disabled. (support units as in ex.: 10MiB)
436436
max size = 0
437437
438438

pkg/snclient/t/configs/snclient_incl.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ level = info
7777
; log file - Configure log file properties.
7878
[/settings/log/file]
7979

80-
; max size - When file size reaches this it will be truncated to 50% if set to 0 truncation will be disabled.
80+
; max size - When file size (in bytes) reaches this it will be move to log.old. Set to 0 and rotation will be disabled. (support units as in ex.: 10MiB)
8181
max size = 0
8282

8383

0 commit comments

Comments
 (0)