Skip to content

Commit

Permalink
SDK tests: Bump log up to info in the hopes of catching the "identity…
Browse files Browse the repository at this point in the history
… not yet received" thing (#314)
  • Loading branch information
gefjon authored Oct 10, 2023
1 parent bdc2add commit 1ce99bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/testing/src/sdk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ fn run_client(run_command: &str, client_project: &str, db_name: &str, test_name:
.dir(client_project)
.env(TEST_CLIENT_PROJECT_ENV_VAR, client_project)
.env(TEST_DB_NAME_ENV_VAR, db_name)
.env("RUST_LOG", "warn")
.env("RUST_LOG", "info")
.stderr_to_stdout()
.stdout_capture()
.unchecked()
Expand Down

0 comments on commit 1ce99bd

Please sign in to comment.