alamb opened a new pull request #1689:
URL: https://github.com/apache/arrow-datafusion/pull/1689
# Which issue does this PR close?
N/A
# Rationale for this change
Generally `info!` logs are enabled in production whereas `debug!` are used
locally while debugging. I think the messages in the memory manager and disk
manager better match the usecase for `debug`
# What changes are included in this PR?
Change some `info!` messages to `debug!`
# Are there any user-facing changes?
Less verbose logging at the `info` level
cc @yjshen
--
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]