Skip to content

Commit

Permalink
Merge pull request #151 from NethermindEth/fix-log-levels
Browse files Browse the repository at this point in the history
fix: inject LOG_LEVEL env var
  • Loading branch information
stranger80 authored Oct 17, 2023
2 parents 7508f91 + 9d79098 commit f068f6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/api-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ jobs:
# inject the expected React package URL for CORS logic
environment-variables: |
RUST_LOG=INFO
LOG_LEVEL=normal
VITE_URL=https://cairo-remix-dev.nethermind.io
PROMTAIL_USERNAME=${{secrets.PROMTAIL_USERNAME}}
PROMTAIL_PASSWORD=${{secrets.PROMTAIL_PASSWORD}}
Expand Down Expand Up @@ -168,6 +169,7 @@ jobs:
# inject the expected React package URL for CORS logic
environment-variables: |
RUST_LOG=INFO
LOG_LEVEL=normal
VITE_URL=https://cairo-remix-dev.nethermind.io
PROMTAIL_USERNAME=${{secrets.PROMTAIL_USERNAME}}
PROMTAIL_PASSWORD=${{secrets.PROMTAIL_PASSWORD}}
Expand Down

0 comments on commit f068f6e

Please sign in to comment.