You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected] on 14 Feb 2012 at 1:16
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 14 Feb 2012 at 1:16The text was updated successfully, but these errors were encountered: