disabled SQL logging by default, as tests scenarios do not have a logging table

This commit is contained in:
Martin Willi
2008-04-15 15:13:08 +00:00
parent f722fa31db
commit 1822ca740b
+1 -1
View File
@@ -140,7 +140,7 @@ sql_logger_t *sql_logger_create(database_t *db)
this->recursive = FALSE;
this->level = lib->settings->get_int(lib->settings,
"charon.plugins.sql.loglevel", 1);
"charon.plugins.sql.loglevel", -1);
return &this->public;
}