You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "alamb (via GitHub)" <gi...@apache.org> on 2023/05/02 20:43:30 UTC

[GitHub] [arrow-datafusion] alamb opened a new pull request, #6193: Lower some log levels to trace during plan execution

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-datafusion] alamb merged pull request #6193: Lower some log levels from `debug` to `trace` during plan execution

Posted by "alamb (via GitHub)" <gi...@apache.org>.
alamb merged PR #6193:
URL: https://github.com/apache/arrow-datafusion/pull/6193


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-datafusion] alamb commented on pull request #6193: Lower some log levels from `debug` to `trace` during plan execution

Posted by "alamb (via GitHub)" <gi...@apache.org>.
alamb commented on PR #6193:
URL: https://github.com/apache/arrow-datafusion/pull/6193#issuecomment-1532124807

   cc @NGA-TRAN  as I think you added many of these messages in #2231


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org