We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
file_size
1 parent 9d119c0 commit d76b674Copy full SHA for d76b674
can/logger.py
@@ -193,10 +193,9 @@ def main() -> None:
193
"--file_size",
194
dest="file_size",
195
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.)",
+ help="Maximum file size in bytes (or for the case of blf, maximum "
+ "buffer size before compression and flush to file). Rotate log "
+ "file when size threshold is reached.",
200
default=None,
201
)
202
0 commit comments