Use Debug logging level for modes

pull/374/head
NextTurn 2019-10-31 00:00:00 +08:00
parent e8e1ee2300
commit ff60522b0d
No known key found for this signature in database
GPG Key ID: 17A0D50ADDE1A0C4
1 changed files with 1 additions and 1 deletions

View File

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