Skip to content

Commit

Permalink
Honeybadger: Increase log level (from INFO to WARN)
Browse files Browse the repository at this point in the history
  • Loading branch information
ledermann committed Dec 31, 2022
1 parent 8049d80 commit e9298f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ LABEL org.opencontainers.image.description="Solectrus Photovoltaic Dashboard"
# Workaround to trigger Builder's ONBUILDs to finish:
COPY --from=Builder /etc/alpine-release /tmp/dummy

ENV HONEYBADGER_LOGGING_LEVEL=WARN
ENV HONEYBADGER_LOGGING_PATH=STDOUT

USER app

# Script to be executed every time the container starts
Expand Down

0 comments on commit e9298f7

Please sign in to comment.