You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2020/03/09 04:32:01 UTC

[skywalking-nginx-lua] branch master updated: Downgrade log level to debug (#22)

This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-nginx-lua.git


The following commit(s) were added to refs/heads/master by this push:
     new 1509141  Downgrade log level to debug (#22)
1509141 is described below

commit 15091410f617b2ceb5de055f689bbf49bfac70c5
Author: Daming <zt...@foxmail.com>
AuthorDate: Mon Mar 9 12:31:54 2020 +0800

    Downgrade log level to debug (#22)
---
 lib/skywalking/client.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/skywalking/client.lua b/lib/skywalking/client.lua
index 42b8f7f..7312a26 100644
--- a/lib/skywalking/client.lua
+++ b/lib/skywalking/client.lua
@@ -231,7 +231,7 @@ function Client:reportTraces(metadata_buffer, backend_http_uri)
     end
 
     if count > 0 then
-        log(ERR, count,  " segments reported.")
+        log(DEBUG, count,  " segments reported.")
     end
 end