Removed custom logger(switching to WServer's logger) + removed custom config file
This commit is contained in:
@@ -155,6 +155,8 @@ Handler::getUser(const Wt::Auth::User& authUser)
|
||||
Wt::Dbo::SqlConnectionPool*
|
||||
Handler::createConnectionPool(boost::filesystem::path p)
|
||||
{
|
||||
LMS_LOG(MOD_DB, SEV_INFO) << "Creating connection pool on file " << p;
|
||||
|
||||
Wt::Dbo::backend::Sqlite3 *connection = new Wt::Dbo::backend::Sqlite3(p.string());
|
||||
|
||||
connection->executeSql("pragma journal_mode=WAL");
|
||||
|
||||
Reference in New Issue
Block a user