Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
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.

Back to the top