Skip to content

Commit

Permalink
Fix log location
Browse files Browse the repository at this point in the history
  • Loading branch information
frances-h committed May 14, 2024
1 parent fd1042a commit 4355f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdv/logging/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def get_sdv_logger_config():

for logger in logger_conf.get('loggers', {}).values():
handler = logger.get('handlers', {})
if handler.get('filename') == 'sdv_logs.log':
if handler.get('filename') == 'sdv_logs.csv':
handler['filename'] = store_path / handler['filename']

return logger_conf
Expand Down

0 comments on commit 4355f20

Please sign in to comment.