Skip to content

Commit

Permalink
Corrected a missing parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
sgeulette committed Oct 10, 2024
1 parent 2a2f927 commit b2037e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/imio/fpaudit/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ def __init__(self, config, log_id, logformat=LOG_FORMAT): # noqa
self.logger = logging.getLogger("fpa_{}".format(log_id))
self.logfile = None
self.handler = None
self.configure(config)
self.configure(config, logformat=logformat)

0 comments on commit b2037e2

Please sign in to comment.