All of the logging done from the framework is on the INFO level, which makes it
harder to read your own log lines as they come in. I think that a framework
should do as little logging as possible on INFO, but use DEBUG instead, and
only use INFO/WARN/ERROR when appropriate.
Perhaps even TRACE would be appropriate for some calls.
Original issue reported on code.google.com by mar...@wustenberg.dk on 14 Feb 2012 at 1:16
Original issue reported on code.google.com by
mar...@wustenberg.dk
on 14 Feb 2012 at 1:16