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
Logging is currently either not happening, or not going through the servlet
engine's default logging mechanism (e.g., on Tomcat juli).
We should introduce a logging abstraction (similar to slf4j/jcl, perhaps using
them) that'll automatically send logging from SFTP servlet container components
through the same logging subsystem used by the host container
(Tomcat/Jetty/etc).
Original issue reported on code.google.com by jackg...@gmail.com on 8 Jul 2012 at 4:17
The text was updated successfully, but these errors were encountered:
Currently using slf4j, but that may adversely impact deployed application (or
at the very least, result in unnecessary warnings).
Consider alternatives, or rolling your own.
Original comment by jackg...@gmail.com on 2 Feb 2014 at 1:36
Original issue reported on code.google.com by
jackg...@gmail.com
on 8 Jul 2012 at 4:17The text was updated successfully, but these errors were encountered: