Changing rust logging to error on ansible and prod.

pull/744/head
Dessalines 2020-03-20 22:22:53 -04:00
parent da36f1dacc
commit a03b9d8f02
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ services:
- "127.0.0.1:{{ lemmy_port }}:8536"
restart: always
environment:
- RUST_LOG=debug
- RUST_LOG=error
volumes:
- ./lemmy.hjson:/config/config.hjson:ro
depends_on:

View File

@ -17,7 +17,7 @@ services:
- "127.0.0.1:8536:8536"
restart: always
environment:
- RUST_LOG=debug
- RUST_LOG=error
volumes:
- ./lemmy.hjson:/config/config.hjson:ro
depends_on: