1

Followed this link to configure java util logging with slf4j. All steps mentioned there were executed without error, but data logged with java util logger from webapp were not there in main log file, also there was no separate file created for the same.

I am using jetty-distribution-9.4.11.v20180605 server on my ubuntu 16.04.

Can anyone please help me to configure java util logging

vsbehere
  • 666
  • 1
  • 7
  • 23
  • 1
    Why on earth would you want to use the worst logging framework possible? – Kayaman Jul 19 '18 at 10:27
  • @Kayaman Can you please suggest me better framework available then? – vsbehere Jul 19 '18 at 10:30
  • 2
    I'd go with Logback or Log4J2. JUL is [pretty much](https://stackoverflow.com/questions/11359187/why-not-use-java-util-logging) the worst "proper" logging framework in existence. – Kayaman Jul 19 '18 at 10:33

0 Answers0