View | Details | Raw Unified
Collapse All | Expand All

(-) beagled/BeagleDaemon.cs (-1 / +1 lines)
 Lines 455-461    Link Here 
			// debugging this code, after all...
			// debugging this code, after all...
			// arg_debug ? LogLevel.Debug : LogLevel.Warn
			// arg_debug ? LogLevel.Debug : LogLevel.Warn
			
			
			Log.Initialize (PathFinder.LogDir, "Beagle", LogLevel.Debug, arg_fg);
			Log.Initialize (PathFinder.LogDir, "Beagle", arg_debug ? LogLevel.Debug : LogLevel.Warn, arg_fg);
			Log.Always ("Starting Beagle Daemon (version {0})", ExternalStringsHack.Version);
			Log.Always ("Starting Beagle Daemon (version {0})", ExternalStringsHack.Version);
			Log.Always ("Running on {0}", SystemInformation.MonoRuntimeVersion);
			Log.Always ("Running on {0}", SystemInformation.MonoRuntimeVersion);
			Log.Always ("Command Line: {0}",
			Log.Always ("Command Line: {0}",
(-) beagled/IndexHelper/IndexHelper.cs (-3 / +2 lines)
 Lines 92-105    Link Here 
			
			
			// FIXME: We always turn on full debugging output!  We are still
			// FIXME: We always turn on full debugging output!  We are still
			// debugging this code, after all...
			// debugging this code, after all...
			//bool debug = (Environment.GetEnvironmentVariable ("BEAGLE_DEBUG_FLAG_IS_SET") != null);
			bool debug = (Environment.GetEnvironmentVariable ("BEAGLE_DEBUG_FLAG_IS_SET") != null);
			last_activity = DateTime.Now;
			last_activity = DateTime.Now;
			Log.Initialize (PathFinder.LogDir,
			Log.Initialize (PathFinder.LogDir,
					"IndexHelper",
					"IndexHelper",
					//debug ? LogLevel.Debug : LogLevel.Warn,
					debug ? LogLevel.Debug : LogLevel.Warn,
					LogLevel.Debug,
					run_by_hand || log_in_fg);
					run_by_hand || log_in_fg);
			Log.Always ("Starting Index Helper process (version {0})", ExternalStringsHack.Version);
			Log.Always ("Starting Index Helper process (version {0})", ExternalStringsHack.Version);