mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-09 11:32:48 +08:00
关闭日志测试
This commit is contained in:
@@ -12,12 +12,12 @@ use think\console\Output;
|
|||||||
|
|
||||||
class VersionBase extends Command
|
class VersionBase extends Command
|
||||||
{
|
{
|
||||||
public const VERSION = 'v2.0.87';
|
public const VERSION = 'v2.0.88';
|
||||||
|
|
||||||
public const LAYUI_VERSION = '2.8.17';
|
public const LAYUI_VERSION = '2.8.17';
|
||||||
|
|
||||||
public const COMMENT = [
|
public const COMMENT = [
|
||||||
'修复命名空间错误',
|
'关闭日志测试',
|
||||||
'发布新版本',
|
'发布新版本',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ class DebugMysql implements LogHandlerInterface
|
|||||||
|
|
||||||
protected $fileLogTimes = 0;
|
protected $fileLogTimes = 0;
|
||||||
|
|
||||||
public $devMode = true;
|
public $devMode = false;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 服务器断线标识字符.
|
* 服务器断线标识字符.
|
||||||
@@ -178,7 +178,6 @@ class DebugMysql implements LogHandlerInterface
|
|||||||
$this->devLog('reconnect ' . $this->reConnectTimes);
|
$this->devLog('reconnect ' . $this->reConnectTimes);
|
||||||
$this->saveByConnect($log_data);
|
$this->saveByConnect($log_data);
|
||||||
} else {
|
} else {
|
||||||
dump($th);
|
|
||||||
$this->saveByFile($log_data);
|
$this->saveByFile($log_data);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user