Skip to content

Commit

Permalink
get info logs for the canary (#2167)
Browse files Browse the repository at this point in the history
  • Loading branch information
rcoh authored Jan 4, 2023
1 parent 4750723 commit 7a6ddfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/ci-cdk/canary-runner/src/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,7 @@ async fn create_lambda_fn(
.environment(
Environment::builder()
.variables("RUST_BACKTRACE", "1")
.variables("RUST_LOG", "info")
.variables("CANARY_S3_BUCKET_NAME", test_s3_bucket)
.variables(
"CANARY_EXPECTED_TRANSCRIBE_RESULT",
Expand Down

0 comments on commit 7a6ddfb

Please sign in to comment.