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

Commit

Permalink
Remove default RUST_LOG in docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-u410 committed Feb 28, 2024
1 parent be582e0 commit 5092398
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ COPY --from=builder /usr/src/namadexer/checksums.json /app

RUN apt-get update && rm -rf /var/lib/apt/lists/*

# default env
ENV RUST_LOG "namadexer=debug"

# if you wish to run with a config file, mount it at /app/config/Settings.toml
# and set the env variable INDEXER_CONFIG_PATH to /app/config/Settings.toml

Expand Down

0 comments on commit 5092398

Please sign in to comment.