Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] Suggested improvement

 
 
ok
Sent: Wednesday, April 14, 2021 at 2:18 PM
From: "Simone Bordet" <sbordet@xxxxxxxxxxx>
To: "Jetty @ Eclipse developer discussion list" <jetty-dev@xxxxxxxxxxx>
Subject: Re: [jetty-dev] Suggested improvement
Hi,
 
On Wed, Apr 14, 2021 at 1:24 PM Dana whitelow <DanaWhitelow@xxxxxxxx> wrote:
Hi,
 
I would like to suggest making the log message a little more descriptive.
 
 
 
 
Line 147
private void startScanner()
throws Exception
{
if (scan < 0)
{
getLog().info("Redeployment not enabled");
return; //no automatic or manual redeployment
}
 
getLog().info("Redeployment not enabled,  Default Scan Interval = -1 , change value to  0 for autodeployment or  set Number of <Seconds> ");
 
That's great.
 
Care to issue a pull request at https://github.com/eclipse/jetty.project?
Basically you need the Eclipse Contributor Agreement and commit --sign-off.
 
--
Simone Bordet
----
http://cometd.org
http://webtide.com
Developer advice, training, services and support
from the Jetty & CometD experts.
_______________________________________________ jetty-dev mailing list jetty-dev@xxxxxxxxxxx To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jetty-dev

Back to the top