mirror of
https://github.com/esphome/esphome.git
synced 2025-01-03 11:21:43 +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:
parent
45ebe51e4f
commit
9124d9d6e6
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ namespace esphome {
|
|||
#define ESPHOME_LOG_LEVEL_VERY_VERBOSE 7
|
||||
|
||||
#ifndef ESPHOME_LOG_LEVEL
|
||||
#define ESPHOME_LOG_LEVEL ESPHOME_LOG_LEVEL_DEBUG
|
||||
#define ESPHOME_LOG_LEVEL ESPHOME_LOG_LEVEL_NONE
|
||||
#endif
|
||||
|
||||
#define ESPHOME_LOG_COLOR_BLACK "30"
|
||||
|
|
Loading…
Reference in a new issue