diff --git a/programs/ziti-edge-tunnel/ziti-edge-tunnel.c b/programs/ziti-edge-tunnel/ziti-edge-tunnel.c index ed8d7d4c..3778d385 100644 --- a/programs/ziti-edge-tunnel/ziti-edge-tunnel.c +++ b/programs/ziti-edge-tunnel/ziti-edge-tunnel.c @@ -233,7 +233,7 @@ static void on_cmd_write(uv_write_t *wr, int len) { static void on_command_resp(const tunnel_result* result, void *ctx) { size_t json_len; char *json = tunnel_result_to_json(result, MODEL_JSON_COMPACT, &json_len); - ZITI_LOG(INFO, "resp[%d,len=%zd] = %.*s", + ZITI_LOG(TRACE, "resp[%d,len=%zd] = %.*s", result->success, json_len, (int)json_len, json); if (result->data != NULL) {