Commit 92d26ef8 by 朱继来

调整log

parent 7fd3f90d
......@@ -90,8 +90,8 @@ class MonitorDingClient {
*/
private function send($params=[]) {
if (! config('monitorDing.enabled')) {
app('Log')->info('~~ Monitor Ding ~~');
app('Log')->info($params);
\Log::info('~~ Monitor Ding ~~');
\Log::info($params);
}
$ch = curl_init();
......
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 sign in to comment