Skip to content

Commit df5d948

Browse files
committed
Use debug logging level for ecto by default as per Meow
1 parent b828def commit df5d948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ services:
1919
# event's module and function. The last entry in the list of filters should
2020
# be a bare `level` which will be used as a catch-all for all other log
2121
# events that do not match any of the previous filters.
22-
- PHILOMENA_LOG=${PHILOMENA_LOG-Ecto=none,Exq=none,PhilomenaMedia.Objects=info,debug}
22+
- PHILOMENA_LOG=${PHILOMENA_LOG-Ecto=debug,Exq=none,PhilomenaMedia.Objects=info,debug}
2323
- MIX_ENV=dev
2424
- PGPASSWORD=postgres
2525
- ANONYMOUS_NAME_SALT=2fmJRo0OgMFe65kyAJBxPT0QtkVes/jnKDdtP21fexsRqiw8TlSY7yO+uFyMZycp

0 commit comments

Comments
 (0)