Browse Source
Merge pull request #1146 from dotnet/dev/ps/emitPid
Log the Pid after Tye application is started
dev/ps/tryUpdateVersion
Pratik Sanglikar
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
src/Microsoft.Tye.Hosting/TyeHost.cs
|
|
|
@ -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) |
|
|
|
{ |
|
|
|
|