mirror of
https://github.com/hacs/integration.git
synced 2025-08-20 16:14:55 +00:00
Time is not needed in the log
This commit is contained in:
@ -32,7 +32,7 @@ log_handler.setLevel(logging.DEBUG)
|
||||
|
||||
stream_handler = logging.StreamHandler(sys.stdout)
|
||||
stream_handler.setLevel(logging.DEBUG)
|
||||
stream_handler.setFormatter(logging.Formatter("%(levelname)s%(asctime)s - %(message)s"))
|
||||
stream_handler.setFormatter(logging.Formatter("%(levelname)s%(message)s"))
|
||||
log_handler.addHandler(stream_handler)
|
||||
|
||||
OUTPUT_DIR = os.path.join(os.getcwd(), "outputdata")
|
||||
|
Reference in New Issue
Block a user