mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-17 06:04:21 +01:00
Fixes cli console log levels so Cryptographer's sensitive info is only logged in disk
This commit is contained in:
@@ -60,7 +60,7 @@ class Logger:
|
||||
|
||||
def debug(self, msg, **kwargs):
|
||||
"""
|
||||
Logs an ``DEBUG`` level message to stdout and file.
|
||||
Logs a ``DEBUG`` level message to stdout and file.
|
||||
|
||||
Args:
|
||||
msg (:obj:`str`): the message to be logged.
|
||||
@@ -84,7 +84,7 @@ class Logger:
|
||||
|
||||
def warning(self, msg, **kwargs):
|
||||
"""
|
||||
Logs an ``WARNING`` level message to stdout and file.
|
||||
Logs a ``WARNING`` level message to stdout and file.
|
||||
|
||||
Args:
|
||||
msg (:obj:`str`): the message to be logged.
|
||||
|
||||
Reference in New Issue
Block a user