mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
Fix syslog level
This commit is contained in:
@@ -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"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user