Fix syslog level

This commit is contained in:
MichaelDvP
2021-04-15 17:52:13 +02:00
committed by GitHub
parent a9ec926ffb
commit 14199ee4ea

View File

@@ -142,6 +142,7 @@ void System::syslog_start() {
if (syslog_enabled_) {
#ifndef EMSESP_STANDALONE
syslog_.start();
syslog_.log_level((uuid::log::Level)syslog_level_);
#endif
EMSESP::logger().info(F("Starting Syslog"));
}