Justin Kotalik
6 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
2 deletions
-
src/Microsoft.Tye.Hosting.Diagnostics/DiagnosticsCollector.cs
|
|
|
@ -73,13 +73,12 @@ namespace Microsoft.Tye.Hosting.Diagnostics |
|
|
|
break; |
|
|
|
} |
|
|
|
|
|
|
|
_logger.LogInformation("No process was selected. Waiting."); |
|
|
|
Thread.Sleep(500); |
|
|
|
} |
|
|
|
|
|
|
|
if (processId is null) |
|
|
|
{ |
|
|
|
_logger.LogInformation("Failed to select a process after {Timeout}.", SelectProcessTimeout); |
|
|
|
_logger.LogInformation("Failed to collect diagnostics for {ServiceName} after {Timeout}.", replicaInfo.Replica, SelectProcessTimeout); |
|
|
|
return; |
|
|
|
} |
|
|
|
|
|
|
|
|