Skip to content

Commit 19c3697

Browse files
Update reactions/dapr/post-pubsub/Dockerfile
Co-authored-by: Copilot <[email protected]>
1 parent 284400d commit 19c3697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reactions/dapr/post-pubsub/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ WORKDIR /app
2323
COPY --from=build /app/publish .
2424

2525
# Set log levels for reaction in production
26-
ENV Logging__LogLevel__Default="Debug"
26+
ENV Logging__LogLevel__Default="Information"
2727
ENV Logging__LogLevel__Microsoft="Warning"
2828
ENV Logging__LogLevel__Microsoft_Hosting_Lifetime="Information"
2929
ENV Logging__LogLevel__Drasi_Reactions_PostDaprPubSub="Debug"

0 commit comments

Comments
 (0)