Skip to content

Commit

Permalink
All debug log levels changed to info. Less talkative log output per i…
Browse files Browse the repository at this point in the history
…ssue #217 (#236)
  • Loading branch information
Gavin Morris authored Aug 4, 2022
1 parent 8d1b171 commit 0e2f522
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion crayfits/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN mkdir -p /var/log/islandora && \
cleanup.sh

ENV \
CRAYFITS_LOG_LEVEL=debug \
CRAYFITS_LOG_LEVEL=info \
CRAYFITS_WEBSERVICE_URI=fits:8080/fits/examine

COPY --from=composer --chown=nginx:nginx /var/www /var/www
Expand Down
2 changes: 1 addition & 1 deletion homarus/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN --mount=type=cache,id=homarus-apk,sharing=locked,from=cache,target=/var/cach
addgroup nginx jwt && \
cleanup.sh

ENV HOMARUS_LOG_LEVEL=debug
ENV HOMARUS_LOG_LEVEL=info

COPY --from=crayfish /etc/nginx/http.d/default.conf /etc/nginx/http.d/default.conf
COPY --from=crayfish --chown=nginx:nginx /var/www /var/www
Expand Down
2 changes: 1 addition & 1 deletion houdini/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN --mount=type=bind,from=imagemagick,source=/packages,target=/packages \
addgroup nginx jwt && \
cleanup.sh

ENV HOUDINI_LOG_LEVEL=debug
ENV HOUDINI_LOG_LEVEL=info

COPY --from=crayfish /etc/nginx/http.d/default.conf /etc/nginx/http.d/default.conf
COPY --from=crayfish --chown=nginx:nginx /var/www /var/www
Expand Down
2 changes: 1 addition & 1 deletion hypercube/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN --mount=type=cache,id=hypercube-apk,sharing=locked,from=cache,target=/var/ca

ENV \
HYPERCUBE_FCREPO_URL=fcrepo/fcrepo/rest \
HYPERCUBE_LOG_LEVEL=debug
HYPERCUBE_LOG_LEVEL=info

COPY --from=crayfish /etc/nginx/http.d/default.conf /etc/nginx/http.d/default.conf
COPY --from=crayfish --chown=nginx:nginx /var/www /var/www
Expand Down
2 changes: 1 addition & 1 deletion milliner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ENV \
MILLINER_DRUPAL_URL=http://drupal:80 \
MILLINER_FCREPO_URL=http://fcrepo:8080/fcrepo/rest \
MILLINER_FEDORA6=false \
MILLINER_LOG_LEVEL=debug
MILLINER_LOG_LEVEL=info

COPY --from=crayfish /etc/nginx/http.d/default.conf /etc/nginx/http.d/default.conf
COPY --from=crayfish --chown=nginx:nginx /var/www /var/www
Expand Down
2 changes: 1 addition & 1 deletion recast/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ EXPOSE 8000
ENV \
RECAST_DRUPAL_URL=islandora.traefik.me \
RECAST_FCREPO_URL=islandora.traefik.me:8081/fcrepo/rest \
RECAST_LOG_LEVEL=debug
RECAST_LOG_LEVEL=info

COPY --from=crayfish /etc/nginx/http.d/default.conf /etc/nginx/http.d/default.conf
COPY --from=crayfish --chown=nginx:nginx /var/www /var/www
Expand Down
2 changes: 1 addition & 1 deletion riprap/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ENV \
RIPRAP_DB_NAME=riprap \
RIPRAP_DB_PASSWORD=password \
RIPRAP_DB_USER=riprap \
RIPRAP_LOG_LEVEL=debug \
RIPRAP_LOG_LEVEL=info \
RIPRAP_MAILER_URL=null://localhost \
RIPRAP_TRUSTED_HOSTS="" \
RIPRAP_TRUSTED_PROXIES=""
Expand Down

0 comments on commit 0e2f522

Please sign in to comment.