fix logging style

pull/1007/head
Ryan Tharp 5 years ago
parent 40951f0579
commit 8ceb47823f

@ -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

Loading…
Cancel
Save