feat(directory): log postgres queries in VS dev

This commit is contained in:
Collin M. Barrett 2020-08-28 13:21:51 -05:00
parent 01c33e10d6
commit 734b7d4e5f

View file

@ -11,3 +11,6 @@ services:
environment:
- ASPNETCORE_ENVIRONMENT=Development
- ASPNETCORE_URLS=http://+:80
directory.db:
command: ["postgres", "-c", "log_statement=all"]