Skip to content

Commit 91c2cce

Browse files
committed
Use simple log formatter by default in container
1 parent 9ff653c commit 91c2cce

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ RUN dotnet publish -c release -o /app \
3131
# Build runtime image
3232
FROM mcr.microsoft.com/dotnet/aspnet:6.0
3333
ENV DOTNET_PRINT_TELEMETRY_MESSAGE=false
34+
ENV Logging__Console__FormatterName=Simple
3435
WORKDIR /app
3536
COPY --from=build /app .
3637
RUN if grep -Fxq "FunderMaps.BatchNode" SUBTOOL ; then \

0 commit comments

Comments
 (0)