diff --git a/libraries/shared/src/LogHandler.cpp b/libraries/shared/src/LogHandler.cpp index 2149350e64..7fe90b76bc 100644 --- a/libraries/shared/src/LogHandler.cpp +++ b/libraries/shared/src/LogHandler.cpp @@ -76,6 +76,8 @@ LogHandler::LogHandler() { _shouldDisplayMilliseconds = true; } else if (option == "keep_repeats") { _keepRepeats = true; + } else if (option == "journald") { + _useJournald = true; } else if (option == "nojournald") { _useJournald = false; } else if (option != "") {