add rust log env

This commit is contained in:
Jai A 2024-06-28 15:53:59 -07:00
parent 4274a8ed68
commit fc3056b0e0
No known key found for this signature in database
GPG Key ID: 9A9F9B7250E9883C

View File

@ -37,6 +37,7 @@ jobs:
run: |
docker run -d \
--name daedalus \
-e RUST_LOG=warn,daedalus_client=trace
-e BASE_URL=$BASE_URL \
-e S3_ACCESS_TOKEN=$S3_ACCESS_TOKEN \
-e S3_SECRET=$S3_SECRET \