The logs are never pushed #133
Unanswered
camillebourget
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Hi @camillebourget, Is your custom client works with this sink on .NET 6 project? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I tested your product on a .Net Core 6 project which works perfectly and I can push my logs correctly.
However, when I wanted to copy the same code to a .Net Framework 4.8 class library, I don't receive any logs.
To push my logs I implement a custom HTTP client which adds a header with a token in parameter which allows to authorize the writing of the logs. By debugging my code I noticed that it did not pass any more by my custom implementation and thus did not transmit any more the token which it allowed to write logs.
Here is my custom implementation:
did I forget something ?
I would like to specify that I have tested with all versions of the frameork
thank you for your help
Camille
Beta Was this translation helpful? Give feedback.
All reactions