Skip to content

Commit

Permalink
fixing log file name
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsOwen committed Jan 9, 2024
1 parent 2453006 commit 08ab422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/staging/staging.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def __init__(self):
log_level, log_path = LoggingUtil.prep_for_logging()

# create a logger
self.logger = LoggingUtil.init_logging("iRODS.K8s.Staging", level=log_level, line_format='medium', log_file_path=log_path)
self.logger = LoggingUtil.init_logging("iRODS.Staging", level=log_level, line_format='medium', log_file_path=log_path)

# specify the DB to get a connection
# note the extra comma makes this single item a singleton tuple
Expand Down

0 comments on commit 08ab422

Please sign in to comment.