You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packaging/snclient.ini
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -432,7 +432,7 @@ level = info
432
432
; log file - Configure log file properties.
433
433
[/settings/log/file]
434
434
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)
Copy file name to clipboardExpand all lines: pkg/snclient/t/configs/snclient_incl.ini
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ level = info
77
77
; log file - Configure log file properties.
78
78
[/settings/log/file]
79
79
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)
0 commit comments