We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 611fc4f commit 55401eaCopy full SHA for 55401ea
can/logger.py
@@ -170,8 +170,9 @@ def main() -> None:
170
"--file_size",
171
dest="file_size",
172
type=int,
173
- help="Maximum file size in bytes (or for the case of blf, maximum buffer size before compression and flush to "
174
- "file). Rotate log file when size threshold is reached.",
+ help="Maximum file size in bytes (or for the case of blf, maximum "
+ "buffer size before compression and flush to file). Rotate log "
175
+ "file when size threshold is reached.",
176
default=None,
177
)
178
0 commit comments