--- common/log.cpp.orig 2007-02-24 09:57:32.000000000 -0800 +++ common/log.cpp 2007-02-24 09:57:51.000000000 -0800 @@ -65,7 +65,7 @@ static void open_event_log() { - std::string event_log_file = var_directory + "/tmp/cyphesis_event.log"; + std::string event_log_file = var_directory + "/log/cyphesis/cyphesis_event.log"; event_log.open(event_log_file.c_str(), std::ios::out | std::ios::app);