Skip to content
This repository has been archived by the owner on Dec 14, 2024. It is now read-only.

Commit

Permalink
fix: Better loggin for staging vs prod (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
amaury1093 authored Jun 1, 2020
1 parent e797428 commit 044b1e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions production.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ENV REACHER_VERSION 0.2.3
ENV RCH_HTTP_HOST 0.0.0.0
ENV RCH_PROXY_HOST 127.0.0.1
ENV RCH_PROXY_PORT 9050
ENV RUST_LOG reacher=info

# Install needed libraries
RUN apk update && \
Expand Down
2 changes: 1 addition & 1 deletion scripts/docker_entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ set -e
tor &

# Run Reacher with logs
RUST_LOG=reacher ./reacher
./reacher
2 changes: 1 addition & 1 deletion staging.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WORKDIR /reacher
ENV RCH_HTTP_HOST 0.0.0.0
ENV RCH_PROXY_HOST 127.0.0.1
ENV RCH_PROXY_PORT 9050
ENV RUST_LOG reacher=debug
ENV RUST_LOG debug

# Install needed libraries
RUN apk update && \
Expand Down

0 comments on commit 044b1e4

Please sign in to comment.