summaryrefslogtreecommitdiff
path: root/lib/server
diff options
context:
space:
mode:
Diffstat (limited to 'lib/server')
-rw-r--r--lib/server/Daemon.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/server/Daemon.cpp b/lib/server/Daemon.cpp
index e2df8a56..22239bd9 100644
--- a/lib/server/Daemon.cpp
+++ b/lib/server/Daemon.cpp
@@ -64,6 +64,7 @@ Daemon::Daemon()
mKeepConsoleOpenAfterFork(false),
#endif
mHaveConfigFile(false),
+ mLogFileLevel(Log::INVALID),
mAppName(DaemonName())
{
// In debug builds, switch on assert failure logging to syslog
@@ -100,9 +101,9 @@ std::string Daemon::GetOptionString()
{
return "c:"
#ifndef WIN32
- "DFK"
+ "DF"
#endif
- "hkPqQt:TUvVW:";
+ "hkKo:O:PqQt:TUvVW:";
}
void Daemon::Usage()