Skip to content

Commit

Permalink
change logger filename line
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Esposito authored and Nicholas Esposito committed Sep 21, 2023
1 parent b9ef262 commit 2bbe462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ush/ioda/bufr2ioda/bufr2ioda_adpsfc_prepbufr.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ def bufr_to_ioda(config, logger):
args = parser.parse_args()

log_level = 'DEBUG' if args.verbose else 'INFO'
logger = Logger('BUFR2IODA_adpupa_prepbufr.py', level=log_level,
logger = Logger('bufr2ioda_adpsfc_prepbufr.py', level=log_level,
colored_log=True)

with open(args.config, "r") as json_file:
Expand Down

0 comments on commit 2bbe462

Please sign in to comment.