Skip to content

Commit

Permalink
Less spammy messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
ffMathy committed Feb 25, 2023
1 parent 44cabb4 commit 73e6f45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/FluffySpoon.Ngrok/NgrokApiClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ public async Task<TunnelResponse> CreateTunnelAsync(
throw;
}

_logger.LogDebug(ex, "Tunnel creation failed due to Ngrok not being ready: {@Error}", error);
await Task.Delay(25, cancellationToken);
_logger.LogTrace("Tunnel creation failed due to Ngrok not being ready - will retry");
await Task.Delay(100, cancellationToken);
}
catch (Exception ex)
{
Expand Down

0 comments on commit 73e6f45

Please sign in to comment.