Skip to content

Commit

Permalink
Updated logger
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander März committed Dec 6, 2023
1 parent 322c46c commit 52a8a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightgbmlss/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class CustomLogger:
def __init__(self):
self.logger = logging.getLogger('lightgbm_custom')
self.logger.setLevel(logging.ERROR)

def info(self, message):
self.logger.info(message)

Expand Down

0 comments on commit 52a8a81

Please sign in to comment.