Issue when using with dotnet6 minimal api #1142
Answered
by
sl-bassamtayba
sl-bassamtayba
asked this question in
Q&A
-
Hello, when using with minimal api, I noticed that when injecting the lambda logger, the lambda keeps running until timeout; request is executed correctly but lambda is not terminated.
logs:
|
Beta Was this translation helpful? Give feedback.
Answered by
sl-bassamtayba
Apr 11, 2022
Replies: 1 comment
-
I just cleared the logging providers before injecting lambda logger, and now it works correctly |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ashishdhingra
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I just cleared the logging providers before injecting lambda logger, and now it works correctly