You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 15, 2019. It is now read-only.
It appears that you are configuring Jetty 9 for java.util.logging.
If that is the case, then either config:
Jetty to use Slf4jLog internally (using slf4j's java.util.logging bridge)
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It appears that you are configuring Jetty 9 for java.util.logging.
If that is the case, then either config:
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
The text was updated successfully, but these errors were encountered: