disabled SQL logging by default, as tests scenarios do not have a logging table
This commit is contained in:
@@ -140,7 +140,7 @@ sql_logger_t *sql_logger_create(database_t *db)
|
|||||||
this->recursive = FALSE;
|
this->recursive = FALSE;
|
||||||
|
|
||||||
this->level = lib->settings->get_int(lib->settings,
|
this->level = lib->settings->get_int(lib->settings,
|
||||||
"charon.plugins.sql.loglevel", 1);
|
"charon.plugins.sql.loglevel", -1);
|
||||||
|
|
||||||
return &this->public;
|
return &this->public;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user