Skip to content

Commit

Permalink
chore: enable trace logging (#220)
Browse files Browse the repository at this point in the history
`today` doesn't seem to be doing anything, so let's enable trace logging
so we get the most verbose output.

This change:
* Sets `RUST_LOG` to `trace`
  • Loading branch information
alexander-jackson committed Aug 20, 2024
1 parent a3d6e0e commit 6752a9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions f2/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,5 @@ services:

DATABASE_HOST: 10.0.0.238
DATABASE_PORT: 5432

RUST_LOG: trace

0 comments on commit 6752a9f

Please sign in to comment.