3
0
Fork 0
mirror of https://github.com/lubosz/overte.git synced 2025-04-12 09:42:28 +02:00

Add 'journald' log option

This commit is contained in:
Dale Glass 2022-06-22 20:00:14 +02:00
parent ad4f0c1a8c
commit 4dec2d6430

View file

@ -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 != "") {