Skip to content

Commit

Permalink
Merge pull request #40 from isankadn/dev
Browse files Browse the repository at this point in the history
set rust log
  • Loading branch information
isankadn authored Oct 16, 2024
2 parents bc5fe12 + 147fe02 commit e1fc5db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,6 @@ COPY config-prod.yml ./config-prod.yml
COPY config-dev.yml ./config-dev.yml
RUN mkdir -p /data/rocksdb
ENV RUSTFLAGS="-C target-cpu=native"
ENV RUST_LOG=debug
ENV RUST_ENV=prod
CMD ["./mongo-to-clickhouse"]

0 comments on commit e1fc5db

Please sign in to comment.