1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 11:22:24 +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

View File

@@ -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"