Remove db_debug flag from DB\IO, is set from Logging level

This commit is contained in:
Clemens Schwaighofer
2023-05-31 18:41:13 +09:00
parent 62c6de8244
commit 83ba48f598
3 changed files with 97 additions and 114 deletions

View File

@@ -22,7 +22,6 @@ $DB_CONFIG = [
'db_type' => 'pgsql',
'db_encoding' => '',
'db_ssl' => 'allow', // allow, disable, require, prefer
'db_debug' => true, // turn on logging or not
],
// same as above, but uses pg bouncer
'test_pgbouncer' => [
@@ -35,7 +34,6 @@ $DB_CONFIG = [
'db_type' => 'pgsql',
'db_encoding' => '',
'db_ssl' => 'allow', // allow, disable, require, prefer
'db_debug' => true, // turn on logging or not
],
];