Skip to content
This repository has been archived by the owner on Jul 15, 2019. It is now read-only.

If you are going to use java.util.logging with chef, make jetty 9 use it too #22

Open
joakime opened this issue Nov 18, 2014 · 0 comments

Comments

@joakime
Copy link

joakime commented Nov 18, 2014

It appears that you are configuring Jetty 9 for java.util.logging.

If that is the case, then either config:

  1. Jetty to use Slf4jLog internally (using slf4j's java.util.logging bridge)
  2. Jetty to use JavaUtilLog internally (using your own configured java.util.logging handler to manage output)

In either case, the use of --module=logging should be discouraged, as that will simply redirect System.out and System.err to a file ${jetty.base}/logs/stderrlog.log

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant