417933 - logging.mod ini template should include commented log.class settings
This commit is contained in:
parent
1705825346
commit
845c08970e
|
@ -6,6 +6,16 @@
|
|||
etc/jetty-logging.xml
|
||||
|
||||
[ini-template]
|
||||
## STDERR / STDOUT Logging
|
||||
## Logging Configuration
|
||||
# Configure jetty logging for default internal behavior STDERR output
|
||||
# -Dorg.eclipse.jetty.util.log.class=org.eclipse.jetty.util.log.StdErrLog
|
||||
|
||||
# Configure jetty logging for slf4j
|
||||
# -Dorg.eclipse.jetty.util.log.class=org.eclipse.jetty.util.log.Slf4jLog
|
||||
|
||||
# Configure jetty logging for java.util.logging
|
||||
# -Dorg.eclipse.jetty.util.log.class=org.eclipse.jetty.util.log.JavaUtilLog
|
||||
|
||||
# STDERR / STDOUT Logging
|
||||
# Number of days to retain logs
|
||||
# jetty.log.retain=90
|
||||
|
|
Loading…
Reference in New Issue