Skip to content

Commit

Permalink
Fix syslog level
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDvP committed Apr 15, 2021
1 parent a9ec926 commit 14199ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/system.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"));
}
Expand Down

0 comments on commit 14199ee

Please sign in to comment.