Skip to content

Commit

Permalink
Logging tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
nichollsh committed Nov 5, 2024
1 parent 5b9f8c2 commit 649e93a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/janus/utils/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

FWL_DATA_DIR = Path(os.environ.get('FWL_DATA', platformdirs.user_data_dir('fwl_data')))

log.info(f'FWL data location: {FWL_DATA_DIR}')
log.debug(f'FWL data location: {FWL_DATA_DIR}')

basic_list = (
"Dayspring/256",
Expand Down

0 comments on commit 649e93a

Please sign in to comment.