Skip to content

Commit

Permalink
Set INFO as default logger level
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Aug 28, 2023
1 parent 7b1d240 commit b69870a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions labelme/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def colored(text):


logger = logging.getLogger(__appname__)
logger.setLevel(logging.INFO)

stream_handler = logging.StreamHandler(sys.stderr)
handler_format = ColoredFormatter(
Expand Down

0 comments on commit b69870a

Please # to comment.