Skip to content

Commit

Permalink
default arg
Browse files Browse the repository at this point in the history
  • Loading branch information
jx2lee committed Jan 30, 2025
1 parent cc1fcbd commit c791036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbt_common/events/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@

# make sure event manager starts with a logger
get_event_manager().add_logger(
get_stdout_config(LineFormat.PlainText, True, EventLevel.INFO, False)
get_stdout_config(LineFormat.PlainText, True, EventLevel.INFO, False, False,)
)

0 comments on commit c791036

Please sign in to comment.