From 8ceb47823f3b22857eff9e7ed47f8c8540c2f6a4 Mon Sep 17 00:00:00 2001 From: Ryan Tharp Date: Wed, 25 Mar 2020 02:39:46 -0700 Subject: [PATCH] fix logging style --- js/modules/loki_rpc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/modules/loki_rpc.js b/js/modules/loki_rpc.js index 98fb69390..ae0eb05ed 100644 --- a/js/modules/loki_rpc.js +++ b/js/modules/loki_rpc.js @@ -505,7 +505,7 @@ const lokiFetch = async (url, options = {}, targetNode = null) => { fetchOptions.agent = snodeHttpsAgent; process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0'; } else { - log.info('[path] http communication', url); + log.info('lokirpc:::lokiFetch - http communication', url); } const response = await nodeFetch(url, fetchOptions); // restore TLS checking