Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Introduce logging abstraction #17

Open
GoogleCodeExporter opened this issue Mar 1, 2016 · 1 comment
Open

Introduce logging abstraction #17

GoogleCodeExporter opened this issue Mar 1, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

1 participant