Skip to content

Commit

Permalink
update file name (#4402)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop committed Dec 2, 2021
1 parent e56256d commit 7884c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/dbt/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ def set_path(self, log_dir):
return

make_log_dir_if_missing(log_dir)
log_path = os.path.join(log_dir, 'dbt.log.old') # TODO hack for now
log_path = os.path.join(log_dir, 'dbt.log.legacy') # TODO hack for now
self._super_init(log_path)
self._replay_buffered()
self._log_path = log_path
Expand Down

0 comments on commit 7884c19

Please sign in to comment.