Skip to content

Commit

Permalink
update risedev
Browse files Browse the repository at this point in the history
Signed-off-by: xxchan <[email protected]>
  • Loading branch information
xxchan committed Apr 19, 2024
1 parent 8c6fc00 commit c74d3c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ if ${is_not_ci}
no_rust_log = not ${rust_log}
if ${no_rust_log}
set_env RUST_LOG "pgwire_query_log=info,hyper::client::connect::http=info"
set_env RUST_LOG "pgwire_query_log=info"
else
set_env RUST_LOG "pgwire_query_log=info,hyper::client::connect::http=info,${rust_log}"
set_env RUST_LOG "pgwire_query_log=info,${rust_log}"
end
end
Expand Down

0 comments on commit c74d3c3

Please sign in to comment.