fix loglevel
This commit is contained in:
@@ -692,7 +692,7 @@ class DBA
|
|||||||
// On a lost connection we simply quit.
|
// On a lost connection we simply quit.
|
||||||
// A reconnect like in self::p could be dangerous with modifications
|
// A reconnect like in self::p could be dangerous with modifications
|
||||||
if ($errorno == 2006) {
|
if ($errorno == 2006) {
|
||||||
self::$logger->error('Giving up because of database error', [
|
self::$logger->notice('Giving up because of database error', [
|
||||||
'code' => self::$errorno,
|
'code' => self::$errorno,
|
||||||
'error' => self::$error,
|
'error' => self::$error,
|
||||||
]);
|
]);
|
||||||
|
|||||||
Reference in New Issue
Block a user