Skip to content

Commit

Permalink
default logging level is info
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Mueller authored and Robin Mueller committed Apr 4, 2022
1 parent 1054a73 commit 0107689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tmtccmd/logging/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def get_console_logger() -> logging.Logger:
return logger


def init_console_logger(log_level: int = logging.DEBUG) -> logging.Logger:
def init_console_logger(log_level: int = logging.INFO) -> logging.Logger:
global __CONSOLE_LOGGER_SET_UP
if not __CONSOLE_LOGGER_SET_UP:
__CONSOLE_LOGGER_SET_UP = True
Expand Down

0 comments on commit 0107689

Please sign in to comment.