зеркало из https://github.com/dotnet/tye.git
Merge pull request #1146 from dotnet/dev/ps/emitPid
Log the Pid after Tye application is started
This commit is contained in:
Коммит
ea68ac0168
|
@ -109,6 +109,7 @@ namespace Microsoft.Tye.Hosting
|
|||
try
|
||||
{
|
||||
await _processor.StartAsync(_application);
|
||||
_logger.LogInformation($"Application {_application.Name} started successfully with Pid: {Process.GetCurrentProcess().Id}");
|
||||
}
|
||||
catch (TyeBuildException ex)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче