L<<Logger::Error<<mode<<" Connection failed: "<<e.txtReason()<<endl;
throw AhuException("Unable to launch "+mode+" connection: "+e.txtReason());
}
- L<<Logger::Warning<<mode<<" Connection successful"<<endl;
+ L<<Logger::Info<<mode<<" Connection successful"<<endl;
}
class gPgSQLFactory : public BackendFactory
throw AhuException( "Unable to launch " + mode + " connection: " + e.txtReason());
}
- L << Logger::Warning << mode << ": connection to '"<<getArg("database")<<"' successful" << std::endl;
+ L << Logger::Info << mode << ": connection to '"<<getArg("database")<<"' successful" << std::endl;
}