Skip to content

Commit

Permalink
set default loglevel to INFO
Browse files Browse the repository at this point in the history
  • Loading branch information
alphasentaurii committed Apr 4, 2024
1 parent aa3ffe1 commit 9f56157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spacekit/logger/log.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def __init__(
self.short_name = script_name
self.console = console
self.logfile = logfile
self.log_level = logging.DEBUG
self.log_level = logging.INFO
self.console_log_output = console_log_output.lower()
self.console_log_level = console_log_level.upper()
self.console_log_color = console_log_color
Expand Down

0 comments on commit 9f56157

Please sign in to comment.