Skip to content

Commit

Permalink
made sure that martin in prod mode does not log excessively
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Aug 10, 2024
1 parent a062938 commit c442101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ services:
TZ: Europe/Berlin
BASE_PATH: /tiles/
DATABASE_URL: postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@db/${POSTGRES_DB}
RUST_LOG: debug
RUST_LOG: info
depends_on:
db:
condition: service_healthy
Expand Down

0 comments on commit c442101

Please sign in to comment.