Browse Source

修改log host地址

master
Mike 5 years ago
parent
commit
8e01b4e319
  1. 2
      app/Commons/Log.php

2
app/Commons/Log.php

@ -61,7 +61,7 @@ class Log
] ]
]; ];
$client->post( $client->post(
'http://39.96.12.39:3100/loki/api/v1/push',
env('LOG_HOST','http://39.96.12.39:3100').'/loki/api/v1/push',
[ [
'headers'=>[ 'headers'=>[
'Content-Type'=>'application/json' 'Content-Type'=>'application/json'

Loading…
Cancel
Save