mirror of https://github.com/winsw/winsw
Use Debug logging level for modes
parent
e8e1ee2300
commit
ff60522b0d
|
@ -496,7 +496,7 @@ namespace winsw
|
|||
|
||||
if (!inCliMode)
|
||||
{
|
||||
Log.Info("Starting WinSW in the service mode");
|
||||
Log.Debug("Starting WinSW in the service mode");
|
||||
Run(new WrapperService(descriptor));
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue