Skip to content

Commit d76b674

Browse files
committed
Revert "Modify file_size help doc string (hardbyte#1401)"
This reverts commit b639560.
1 parent 9d119c0 commit d76b674

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

can/logger.py

+3-4
Original file line numberDiff line numberDiff line change
@@ -193,10 +193,9 @@ def main() -> None:
193193
"--file_size",
194194
dest="file_size",
195195
type=int,
196-
help="Maximum file size in bytes. Rotate log file when size threshold "
197-
"is reached. (The resulting file sizes will be consistent, but are not "
198-
"guaranteed to be exactly what is specified here due to the rollover "
199-
"conditions being logger implementation specific.)",
196+
help="Maximum file size in bytes (or for the case of blf, maximum "
197+
"buffer size before compression and flush to file). Rotate log "
198+
"file when size threshold is reached.",
200199
default=None,
201200
)
202201

0 commit comments

Comments
 (0)