jackgene / sftp-servlet-container

A servlet container that uses SFTP instead of HTTP as its access protocol.
1 stars 0 forks source link

Introduce logging abstraction #17

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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