keaLoggerSeverity(INFO),
keaLoggerDbglevel(0));
- // If we are running in verbose (debugging) mode
- // we send the output to the console, otherwise
- // by default we send it to the SYSLOG
- if (verbose_) {
- option.destination = OutputOption::DEST_CONSOLE;
- } else {
- option.destination = OutputOption::DEST_SYSLOG;
- }
+ // If we are running in verbose (debugging) mode
+ // we send the output to the console, otherwise
+ // by default we send it to the SYSLOG
+ if (verbose_) {
+ option.destination = OutputOption::DEST_CONSOLE;
+ } else {
+ option.destination = OutputOption::DEST_SYSLOG;
+
+ }
// ... and set the destination
spec.addOutputOption(option);
/// lfcController::launch for details. This is wrapped to provide
/// a single place to update the test_mode throughout the file.
void launch(LFCController lfc_controller, int argc, char* argv[]) {
- lfc_controller.launch(argc, argv, true);
+ lfc_controller.launch(argc, argv, false);
}
private: