We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf34425 commit 013f1e9Copy full SHA for 013f1e9
src/log_pusher/index.ts
@@ -37,7 +37,10 @@ export class LogPusher {
37
}
38
39
if (err instanceof RequestError) {
40
- console.error('Got error when trying to send log to Loki:', err.message)
+ console.error(
41
+ 'Got error when trying to send log to Loki:',
42
+ err.message + '\n' + err.response?.body,
43
+ )
44
return
45
46
0 commit comments