google/jimfs

Jimfs produces a lot of log messages, how can I reduce the messages?

PhilAndrew opened this issue · 2 comments

Jimfs produces so many log messages on the console, can I please know how to turn off these log messages?

Can you give an example of some code that produces log messages and what those log messages are?

Jimfs shouldn't be producing any messages in the console: there's no logger API being used and there's no System.out.println being used either.

Since I'm pretty sure Jimfs isn't actually outputting log messages, I'm going to close this issue. If you do still think it's outputting something, please provide more details.