Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 6.0.0beta11
-
Component/s: None
-
Labels:None
-
Environment:Windows XP
-
Number of attachments :
Description
I have made a patch, where I simply made the statement into a debug instead of info. See attachment.
The annoying statements are shown below:
[INFO] Scan complete at Mon Feb 20 19:40:59 CET 2006
[INFO] Scanning ...
Here is a more complete example:
[INFO] Starting Jetty Server ...
[INFO] Property org.mortbay.log.LogFactory.noDiscovery=true was set
0 [main] INFO org.mortbay.log - Logging to org.slf4j.impl.SimpleLogger@1682a53 via org.mortbay.log.Slf4jLog
[INFO] Context path = /
[INFO] Webapp directory = D:\projects\modelware\remato\remato-web\src\main\webapp
[INFO] Setting up classpath ...
[INFO] Finished setting up classpath
[INFO] Started configuring web.xml, resource base=D:\projects\modelware\remato\remato-web\src\main\webapp
[INFO] Finished configuring web.xml
875 [main] INFO org.mortbay.log - Started SelectChannelConnector @ 0.0.0.0:8080
[INFO] Scanning ...
[INFO] Scan complete at Mon Feb 20 19:40:49 CET 2006
[INFO] Starting scanner at interval of 10 seconds.
[INFO] Scanning ...
[INFO] Scan complete at Mon Feb 20 19:40:59 CET 2006
[INFO] Scanning ...
[INFO] Scan complete at Mon Feb 20 19:41:09 CET 2006
[INFO] Scanning ...
[INFO] Scan complete at Mon Feb 20 19:41:19 CET 2006
[INFO] Scanning ...
[INFO] Scan complete at Mon Feb 20 19:41:29 CET 2006
[INFO] Scanning ...
[INFO] Scan complete at Mon Feb 20 19:41:39 CET 2006
[INFO] Scanning ...
[INFO] Scan complete at Mon Feb 20 19:41:49 CET 2006
[INFO] Scanning ...
[INFO] Scan complete at Mon Feb 20 19:41:59 CET 2006
[INFO] Scanning ...
[INFO] Scan complete at Mon Feb 20 19:42:09 CET 2006
[INFO] Scanning ...
[INFO] Scan complete at Mon Feb 20 19:42:19 CET 2006
[INFO] Scanning ...
[INFO] Scan complete at Mon Feb 20 19:42:29 CET 2006
[INFO] Scanning ...
[INFO] Scan complete at Mon Feb 20 19:42:39 CET 2006
I'm happy to apply this patch, however those messages are there because someone else on the jetty list specifically wanted some messsages to indicate when the scanner was working.
If I change it into a debug message, then the timestamps will get lost in a lot of debug information - unfortunately I think the plugin only supports info() and debug() levels.