Commit 6fb7dac8 authored by Euan游根明's avatar Euan游根明

perf: 日志

parent fad388ac
......@@ -54,7 +54,7 @@ class Nacos
}
self::info($logs);
} catch (\Exception $e) {
self::info('获取配置失败' . $key.': ');
self::info(['msg'=>'获取配置失败'. $key.':'.$e->getMessage(),'ex'=> $e]);
}
}
......
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