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:
parent
ad4f0c1a8c
commit
4dec2d6430
1 changed files with 2 additions and 0 deletions
|
@ -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 != "") {
|
||||
|
|
Loading…
Reference in a new issue