Skip to content

Commit

Permalink
Update current feature
Browse files Browse the repository at this point in the history
  • Loading branch information
fjammes committed Sep 4, 2024
1 parent fe68d47 commit 72b0ff0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fink_broker/logging_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ def init_logger(log_level: str = "INFO") -> logging.Logger:
streamHandler.setFormatter(formatter)
logger.addHandler(streamHandler)

# TODO use a configuration file in a configmap to set the log level of the py4j logger
logging.getLogger('py4j').setLevel(logging.INFO)

return logger
Expand Down

0 comments on commit 72b0ff0

Please sign in to comment.