Issue #984 Improve module listing

renamed verbose to internal module tag
This commit is contained in:
Greg Wilkins 2016-10-07 20:27:38 +11:00
parent 33b290c8b2
commit 0142bcde8f
17 changed files with 17 additions and 17 deletions

View File

@ -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

View File

@ -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;
}

View File

@ -5,7 +5,7 @@ To receive jetty logs the jetty-slf4j and slf4j-jcl must also be enabled.
[tags]
logging
jcl
verbose
internal
[depends]

View File

@ -5,7 +5,7 @@ Provides a Java Commons Logging (JCL) to SLF4J logging bridge.
logging
jcl
slf4j
verbose
internal
[depends]
slf4j-api

View File

@ -5,7 +5,7 @@ To receive jetty logs enable the jetty-slf4j and slf4j-log4j modules.
[tags]
logging
log4j
verbose
internal
[depends]
resources

View File

@ -5,7 +5,7 @@ Provides a Log4j v1.2 to Log4j v2 logging bridge.
logging
log4j2
log4j
verbose
internal
[depends]
log4j2-api

View File

@ -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

View File

@ -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

View File

@ -6,7 +6,7 @@ logging
log4j2
log4j
slf4j
verbose
internal
[depends]
log4j2-api

View File

@ -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

View File

@ -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

View File

@ -5,7 +5,7 @@ To receive jetty logs enable the jetty-slf4j module.
[tags]
logging
slf4j
verbose
internal
[depend]
slf4j-api

View File

@ -5,7 +5,7 @@ Provides a SLF4J to Java Commons Logging (JCL) logging bridge.
logging
jcl
slf4j
verbose
internal
[depend]
slf4j-api

View File

@ -4,7 +4,7 @@ Provides a SLF4J to Java Util Logging (JUL) logging bridge.
[tags]
logging
slf4j
verbose
internal
[depend]
slf4j-api

View File

@ -5,7 +5,7 @@ Provides a SLF4J to the Log4j v1.2 API logging bridge.
logging
log4j
slf4j
verbose
internal
[depend]
slf4j-api

View File

@ -6,7 +6,7 @@ logging
log4j2
log4j
slf4j
verbose
internal
[depend]
slf4j-api

View File

@ -4,7 +4,7 @@ Provides a SLF4J to Logback logging bridge.
[tags]
logging
slf4j
verbose
internal
[depend]
slf4j-api