From 8e01b4e319c735794df2ee743fb9538192cf9e9f Mon Sep 17 00:00:00 2001 From: Mike Date: Mon, 10 Aug 2020 21:01:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9log=20host=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Commons/Log.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Commons/Log.php b/app/Commons/Log.php index bf5fb24..29a4e84 100644 --- a/app/Commons/Log.php +++ b/app/Commons/Log.php @@ -61,7 +61,7 @@ class Log ] ]; $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'=>[ 'Content-Type'=>'application/json'