fix loglevel
This commit is contained in:
parent
e2f69a04b9
commit
f17d6e88fd
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
]);
|
]);
|
||||||
|
|
Loading…
Reference in a new issue