1
0
mirror of https://github.com/esphome/esphome.git synced 2024-10-06 10:50:58 +01:00

Change unset ESPHOME_LOG_LEVEL fallback to NONE (#2982)

Co-authored-by: David Buezas <david.buezas@klarna.com>
This commit is contained in:
David Buezas 2022-01-03 18:58:35 +01:00 committed by GitHub
parent 45ebe51e4f
commit 9124d9d6e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ namespace esphome {
#define ESPHOME_LOG_LEVEL_VERY_VERBOSE 7 #define ESPHOME_LOG_LEVEL_VERY_VERBOSE 7
#ifndef ESPHOME_LOG_LEVEL #ifndef ESPHOME_LOG_LEVEL
#define ESPHOME_LOG_LEVEL ESPHOME_LOG_LEVEL_DEBUG #define ESPHOME_LOG_LEVEL ESPHOME_LOG_LEVEL_NONE
#endif #endif
#define ESPHOME_LOG_COLOR_BLACK "30" #define ESPHOME_LOG_COLOR_BLACK "30"