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


   # Which issue does this PR close?
   Closes https://github.com/apache/arrow-datafusion/issues/1786
   
   
    # Rationale for this change
   with `debug!` logging and non trivial plans, the log is spammed with lots of 
useless output (see https://github.com/apache/arrow-datafusion/issues/1786 for 
example)
   
   # What changes are included in this PR?
   1. In `debug!` level only print summarized plan
   2. in `trace!` level print all details
   
   # Are there any user-facing changes?
   Less is written to logs in `debug` level
   
   # Example
   TBD


-- 
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