2

I am using Jetty Http Client v7.5.4. The problem is that all Warn messages are coming on the console. I understand that Jetty uses sl4j. Since my app uses log4j, I have placed slf4j-api-1.6.4.jar and slf4j-log4j12-1.6.4.jar in the classpath.

Is there anything else I need to do so that I can capture the logs in a file?

Dunxton
  • 408
  • 1
  • 8
  • 21

1 Answers1

0

I guess you should redirect jetty sysout.

yair
  • 8,945
  • 4
  • 31
  • 50