Skip to content

Commit

Permalink
allow log_format to be set in profile configs (#4394)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop authored Dec 2, 2021
1 parent 29f504e commit fc7c073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/dbt/contracts/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ class UserConfig(ExtensibleDbtClassMixin, Replaceable, UserConfigContract):
printer_width: Optional[int] = None
write_json: Optional[bool] = None
warn_error: Optional[bool] = None
log_format: Optional[bool] = None
log_format: Optional[str] = None
debug: Optional[bool] = None
version_check: Optional[bool] = None
fail_fast: Optional[bool] = None
Expand Down

0 comments on commit fc7c073

Please sign in to comment.