INFO level logging messages in flox #9148
-
Apologies if this is not the correct place for this, but I couldn't find a discussion forum for flox. I recently updated to xarray 2024.06.0 and flox 0.9.8 in a production environment that includes processes that resample DataArrays many times a day. The log files now include lots of messages like:
After reviewing the flox docs and code, it is not clear to me that I should be changing anything in my resample() calls. In my opinion, messages like those should be at the DEBUG level, not INFO. If you would like, @dcherian , I would be happy to open a PR to review and adjust logging message levels in flox. I am also happy to accept that my opinion is unpopular and the logging level was set to INFO for reasons I'm unaware of. In that case, I can add a logger/handler to our logging setup to filter out those (uninteresting to me) messages. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
oops my bad. Yes a PR switching these to DEBUG would be welcome. Out of curiousity , how are you configuring |
Beta Was this translation helpful? Give feedback.
oops my bad. Yes a PR switching these to DEBUG would be welcome.
Out of curiousity , how are you configuring
logging
? I assumed one would have to configure logging for flox specifically to see these messages, but looks like I am wrong.