alamb opened a new pull request, #6193:
URL: https://github.com/apache/arrow-datafusion/pull/6193

   # Which issue does this PR close?
   
   Closes https://github.com/apache/arrow-datafusion/issues/6192
   
   # Rationale for this change
   
   I was getting inundated with logging messages with `debug` . I wanted to see 
plans, not detailed tracing information about the execution
   
   # What changes are included in this PR?
   
   Change several `debug!` calls to `trace!` calls during physical plan 
execution
   
   # Are these changes tested?
   
   No -- I am not sure it makes sense to test logging changes
   
   # Are there any user-facing changes?
   
   To see some messages now `RUST_LOG=trace` is required (previously 
`RUST_LOG=debug` showed them)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to