Is it possible to output the json payload to console? #239
Unanswered
SimonBalling
asked this question in
Q&A
Replies: 3 comments 1 reply
|
Hi @SimonBalling! Usually you just configure multiple sinks for Serilog (for example |
0 replies
|
I know. But I want to get the exact same output in both |
1 reply
|
In case there is still a need I did it in a rather dirty way by making a custom LokiHttpClient |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I want to output the payload that is sent to GrafanaLoki also to the console. Is this possible?
If I could intercept the message and output it myself
All reactions