Skip to content

Commit

Permalink
KamuCliPuppet::execute_impl(): update RUST_LOG for spawned process
Browse files Browse the repository at this point in the history
  • Loading branch information
s373r committed Aug 15, 2024
1 parent 4b0a885 commit 6dc9c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/kamu-cli-puppet/src/kamu_cli_puppet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ impl KamuCliPuppet {
{
let mut command = assert_cmd::Command::cargo_bin("kamu-cli").unwrap();

command.env("RUST_LOG", "trace");
command.env("RUST_LOG", "info,sqlx=debug");

command.arg("-v");
command.arg("--no-color");
Expand Down

0 comments on commit 6dc9c8a

Please sign in to comment.