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 284400d commit 19c3697Copy full SHA for 19c3697
reactions/dapr/post-pubsub/Dockerfile
@@ -23,7 +23,7 @@ WORKDIR /app
23
COPY --from=build /app/publish .
24
25
# Set log levels for reaction in production
26
-ENV Logging__LogLevel__Default="Debug"
+ENV Logging__LogLevel__Default="Information"
27
ENV Logging__LogLevel__Microsoft="Warning"
28
ENV Logging__LogLevel__Microsoft_Hosting_Lifetime="Information"
29
ENV Logging__LogLevel__Drasi_Reactions_PostDaprPubSub="Debug"
0 commit comments