关闭日志测试

This commit is contained in:
2024-01-05 13:24:25 +08:00
parent 9e53641435
commit 586d53d585
2 changed files with 3 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ class DebugMysql implements LogHandlerInterface
protected $fileLogTimes = 0;
public $devMode = true;
public $devMode = false;
/**
* 服务器断线标识字符.
@@ -178,7 +178,6 @@ class DebugMysql implements LogHandlerInterface
$this->devLog('reconnect ' . $this->reConnectTimes);
$this->saveByConnect($log_data);
} else {
dump($th);
$this->saveByFile($log_data);
}
}