Skip to content

Commit 14199ee

Browse files
authored
Fix syslog level
1 parent a9ec926 commit 14199ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/system.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ void System::syslog_start() {
142142
if (syslog_enabled_) {
143143
#ifndef EMSESP_STANDALONE
144144
syslog_.start();
145+
syslog_.log_level((uuid::log::Level)syslog_level_);
145146
#endif
146147
EMSESP::logger().info(F("Starting Syslog"));
147148
}

0 commit comments

Comments
 (0)