From 68f20dab9b55bd414288a95471f79589e72d1f4a Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Wed, 17 Nov 2010 13:28:16 +0000 Subject: Finish enabling the file logging option for daemons. --- lib/server/Daemon.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib/server') 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() -- cgit v1.2.3