Skip to content

Commit

Permalink
refactor: set transfair log to info
Browse files Browse the repository at this point in the history
  • Loading branch information
torbrenner committed Feb 7, 2025
1 parent 8384143 commit c568a56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/transfair-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ services:
- FHIR_OUTPUT_CREDENTIALS=${FHIR_OUTPUT_CREDENTIALS}
- EXCHANGE_ID_SYSTEM=${EXCHANGE_ID_SYSTEM:-SESSION_ID}
- DATABASE_URL=sqlite://transfair/data_requests.sql?mode=rwc
- RUST_LOG=${RUST_LOG:-info}
volumes:
- /var/cache/bridgehead/${PROJECT}/transfair:/transfair

Expand Down

0 comments on commit c568a56

Please sign in to comment.