Skip to content

Commit

Permalink
Update rust log for api
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakycrow committed Dec 24, 2024
1 parent 0ce3476 commit 5948448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/base/api/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: farmhand-api-config
data:
FRONTEND_URL: "https://staging.farmhand.witchscrow.com"
RUST_LOG: "api=debug"
RUST_LOG: "api=debug,db=debug,queue=debug,tower_http=debug,axum::rejection=trace"
FFMPEG_LOCATION: "/opt/homebrew/bin/ffmpeg" # TODO: Make this is the right path for docker context
TWITCH_REDIRECT_URI: "https://staging.farmhand.witchscrow.com/auth/twitch/callback"
LOG_LEVEL: "api=debug"

0 comments on commit 5948448

Please sign in to comment.