|
|
| |
// 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); |