Skip to content

Commit

Permalink
Add trace.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Sep 9, 2023
1 parent e13b511 commit ade2dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cli/tests/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pub fn create_proto_command<T: AsRef<Path>>(path: T) -> assert_cmd::Command {
let mut cmd = create_command_with_name(path, "proto");
cmd.timeout(std::time::Duration::from_secs(180));
cmd.env("PROTO_HOME", path.as_os_str());
cmd.env("PROTO_LOG", "debug");
cmd.env("PROTO_LOG", "trace");
// cmd.env("PROTO_TEST", "true");
cmd
}

0 comments on commit ade2dfd

Please sign in to comment.