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

3
  • 1
    Why on earth would you want to use the worst logging framework possible? Commented Jul 19, 2018 at 10:27
  • @Kayaman Can you please suggest me better framework available then? Commented Jul 19, 2018 at 10:30
  • 2
    I'd go with Logback or Log4J2. JUL is pretty much the worst "proper" logging framework in existence. Commented Jul 19, 2018 at 10:33

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.