Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

5
  • Actually, I forgot I am using logback instead of log4j, but anyways... I added the logback jars and I am getting log messages saying multiple slf4j bindings have been found. Commented Jun 6, 2016 at 19:14
  • Forgot to elaborate... I am seeing some debug messages from my app, but the explicit LOG.info(...) messages are still not getting printed Commented Jun 6, 2016 at 19:48
  • stackoverflow.com/questions/14024756/… Commented Jun 6, 2016 at 19:51
  • You can't have app generated logging pass through the WebApp isolation layers. You either have Server logging, or App logging, each configured separately, with different Appenders (and file locations!) Commented Jun 6, 2016 at 19:53
  • I updated my OP. I just realized that the issue is not with my webapp, but a jar that is packaged with the webapp. That jar's logging is not printed. Commented Jun 7, 2016 at 12:51