Commit abeed4d8 authored by Euan游根明's avatar Euan游根明

perf: 增加拉取配置时间

parent e73e123d
...@@ -13,7 +13,7 @@ class Nacos ...@@ -13,7 +13,7 @@ class Nacos
if (empty($res)){ if (empty($res)){
return; return;
} }
self::info('开始拉取配置文件'); self::info('开始拉取配置文件:'.date('Y-m-d H:i:s'));
$url = self::$configs['NACOS_URL'] ?? ''; $url = self::$configs['NACOS_URL'] ?? '';
$group = self::$configs['GROUP'] ?? ''; $group = self::$configs['GROUP'] ?? '';
if (empty($url)){ if (empty($url)){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment