Skip to content

Commit

Permalink
Update core/dbt/cli/params.py
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Webb <[email protected]>
  • Loading branch information
ChenyuLInx and peterallenwebb authored Jul 25, 2023
1 parent b150d2f commit c9d6a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/dbt/cli/params.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
log_file_max_bytes = click.option(
"--log-file-max-bytes",
envvar="DBT_LOG_FILE_MAX_BYTES",
help="Configure the max file size in bytes for a single dbt.log file. 0 means no limit.",
help="Configure the max file size in bytes for a single dbt.log file, before rolling over. 0 means no limit.",
default=10 * 1024 * 1024, # 10mb
type=click.INT,
hidden=True,
Expand Down

0 comments on commit c9d6a26

Please sign in to comment.