Skip to content

Commit df44b42

Browse files
authored
update readme with pgadmin logging options
followup from khezen#23
1 parent 69c1863 commit df44b42

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,14 @@ This Compose file contains the following environment variables:
3434
* **Host name/address** `postgres`
3535
* **Port** `5432`
3636
* **Username** as `POSTGRES_USER`, by default: `postgres`
37-
* **Password** as `POSTGRES_PASSWORD`, by default `changeme`
37+
* **Password** as `POSTGRES_PASSWORD`, by default `changeme`
38+
39+
## Logging
40+
pgAdmin logs can be quite verbose and there's no application setting to control them but we can disable them at a docker level if they bother you.
41+
42+
Add the following to the `pgadmin` service in the `docker-compose.yml` so it looks like [this](https://github.com/khezen/compose-postgres/pull/23/files):
43+
44+
```
45+
logging:
46+
driver: "none"
47+
```

0 commit comments

Comments
 (0)