Issue #984 Improve module listing
renamed verbose to internal module tag
This commit is contained in:
parent
33b290c8b2
commit
0142bcde8f
|
@ -17,7 +17,7 @@ setting JVM arguments (eg -Xmx )
|
|||
# -XX:+CMSClassUnloadingEnabled
|
||||
# -XX:+UseCMSCompactAtFullCollection
|
||||
# -XX:CMSInitiatingOccupancyFraction=80
|
||||
# -verbose:gc
|
||||
# -internal:gc
|
||||
# -XX:+PrintGCDateStamps
|
||||
# -XX:+PrintGCTimeStamps
|
||||
# -XX:+PrintGCDetails
|
||||
|
|
|
@ -949,7 +949,7 @@ public class StartArgs
|
|||
// Module Management
|
||||
if ("--list-modules".equals(arg))
|
||||
{
|
||||
listModules = Collections.singletonList("-verbose");
|
||||
listModules = Collections.singletonList("-internal");
|
||||
run = false;
|
||||
return;
|
||||
}
|
||||
|
|
|
@ -5,7 +5,7 @@ To receive jetty logs the jetty-slf4j and slf4j-jcl must also be enabled.
|
|||
[tags]
|
||||
logging
|
||||
jcl
|
||||
verbose
|
||||
internal
|
||||
|
||||
[depends]
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ Provides a Java Commons Logging (JCL) to SLF4J logging bridge.
|
|||
logging
|
||||
jcl
|
||||
slf4j
|
||||
verbose
|
||||
internal
|
||||
|
||||
[depends]
|
||||
slf4j-api
|
||||
|
|
|
@ -5,7 +5,7 @@ To receive jetty logs enable the jetty-slf4j and slf4j-log4j modules.
|
|||
[tags]
|
||||
logging
|
||||
log4j
|
||||
verbose
|
||||
internal
|
||||
|
||||
[depends]
|
||||
resources
|
||||
|
|
|
@ -5,7 +5,7 @@ Provides a Log4j v1.2 to Log4j v2 logging bridge.
|
|||
logging
|
||||
log4j2
|
||||
log4j
|
||||
verbose
|
||||
internal
|
||||
|
||||
[depends]
|
||||
log4j2-api
|
||||
|
|
|
@ -5,7 +5,7 @@ Provides the Log4j v2 API
|
|||
logging
|
||||
log4j2
|
||||
log4j
|
||||
verbose
|
||||
internal
|
||||
|
||||
[files]
|
||||
maven://org.apache.logging.log4j/log4j-api/${log4j2.version}|lib/log4j/log4j-api-${log4j2.version}.jar
|
||||
|
|
|
@ -6,7 +6,7 @@ To receive jetty logs enable the jetty-slf4j, slf4j-log4j and log4j-log4j2 modul
|
|||
logging
|
||||
log4j2
|
||||
log4j
|
||||
verbose
|
||||
internal
|
||||
|
||||
[depends]
|
||||
log4j2-api
|
||||
|
|
|
@ -6,7 +6,7 @@ logging
|
|||
log4j2
|
||||
log4j
|
||||
slf4j
|
||||
verbose
|
||||
internal
|
||||
|
||||
[depends]
|
||||
log4j2-api
|
||||
|
|
|
@ -4,7 +4,7 @@ and logback-access
|
|||
|
||||
[tags]
|
||||
logging
|
||||
verbose
|
||||
internal
|
||||
|
||||
[files]
|
||||
maven://ch.qos.logback/logback-core/${logback.version}|lib/logback/logback-core-${logback.version}.jar
|
||||
|
|
|
@ -5,7 +5,7 @@ otherwise a noop implementation is used.
|
|||
[tags]
|
||||
logging
|
||||
slf4j
|
||||
verbose
|
||||
internal
|
||||
|
||||
[files]
|
||||
maven://org.slf4j/slf4j-api/${slf4j.version}|lib/slf4j/slf4j-api-${slf4j.version}.jar
|
||||
|
|
|
@ -5,7 +5,7 @@ To receive jetty logs enable the jetty-slf4j module.
|
|||
[tags]
|
||||
logging
|
||||
slf4j
|
||||
verbose
|
||||
internal
|
||||
|
||||
[depend]
|
||||
slf4j-api
|
||||
|
|
|
@ -5,7 +5,7 @@ Provides a SLF4J to Java Commons Logging (JCL) logging bridge.
|
|||
logging
|
||||
jcl
|
||||
slf4j
|
||||
verbose
|
||||
internal
|
||||
|
||||
[depend]
|
||||
slf4j-api
|
||||
|
|
|
@ -4,7 +4,7 @@ Provides a SLF4J to Java Util Logging (JUL) logging bridge.
|
|||
[tags]
|
||||
logging
|
||||
slf4j
|
||||
verbose
|
||||
internal
|
||||
|
||||
[depend]
|
||||
slf4j-api
|
||||
|
|
|
@ -5,7 +5,7 @@ Provides a SLF4J to the Log4j v1.2 API logging bridge.
|
|||
logging
|
||||
log4j
|
||||
slf4j
|
||||
verbose
|
||||
internal
|
||||
|
||||
[depend]
|
||||
slf4j-api
|
||||
|
|
|
@ -6,7 +6,7 @@ logging
|
|||
log4j2
|
||||
log4j
|
||||
slf4j
|
||||
verbose
|
||||
internal
|
||||
|
||||
[depend]
|
||||
slf4j-api
|
||||
|
|
|
@ -4,7 +4,7 @@ Provides a SLF4J to Logback logging bridge.
|
|||
[tags]
|
||||
logging
|
||||
slf4j
|
||||
verbose
|
||||
internal
|
||||
|
||||
[depend]
|
||||
slf4j-api
|
||||
|
|
Loading…
Reference in New Issue