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" - "127.0.0.1:{{ lemmy_port }}:8536"
restart: always restart: always
environment: environment:
- RUST_LOG=debug - RUST_LOG=error
volumes: volumes:
- ./lemmy.hjson:/config/config.hjson:ro - ./lemmy.hjson:/config/config.hjson:ro
depends_on: depends_on:

View File

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