Skip to content

Commit

Permalink
Set logging level to error
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekSi committed Sep 14, 2024
1 parent 8b3b81c commit 2303130
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ services:
environment:
# Always UTC+05:45. Set to catch timezone problems.
- TZ=Asia/Kathmandu
- FERRETDB_LOG_LEVEL=error
- FERRETDB_LISTEN_ADDR=:27001
- FERRETDB_HANDLER=postgresql
# use different database from ferretdb-postgresql-secured
Expand All @@ -69,6 +70,7 @@ services:
environment:
# Always UTC+05:45. Set to catch timezone problems.
- TZ=Asia/Kathmandu
- FERRETDB_LOG_LEVEL=error
- FERRETDB_LISTEN_ADDR=:27002
- FERRETDB_HANDLER=sqlite
- FERRETDB_SQLITE_URL=file:/state/?_pragma=busy_timeout(20000)
Expand All @@ -85,6 +87,7 @@ services:
environment:
# Always UTC+05:45. Set to catch timezone problems.
- TZ=Asia/Kathmandu
- FERRETDB_LOG_LEVEL=error
- FERRETDB_LISTEN_ADDR=:27003
- FERRETDB_HANDLER=postgresql
# use different database from ferretdb-postgresql
Expand All @@ -105,6 +108,7 @@ services:
environment:
# Always UTC+05:45. Set to catch timezone problems.
- TZ=Asia/Kathmandu
- FERRETDB_LOG_LEVEL=error
- FERRETDB_LISTEN_ADDR=:27004
- FERRETDB_HANDLER=sqlite
- FERRETDB_SQLITE_URL=file:/state/?_pragma=busy_timeout(20000)
Expand Down

0 comments on commit 2303130

Please sign in to comment.