Skip to content

Commit

Permalink
Resolve ILogger<T> in AcmeCertificateFactory #125
Browse files Browse the repository at this point in the history
  • Loading branch information
Tratcher authored and natemcmaster committed Jul 9, 2020
1 parent 54397dc commit a871f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LettuceEncrypt/Internal/AcmeCertificateFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public AcmeCertificateFactory(
IOptions<LettuceEncryptOptions> options,
IHttpChallengeResponseStore challengeStore,
IAccountStore? accountRepository,
ILogger logger,
ILogger<AcmeCertificateFactory> logger,
IHostApplicationLifetime appLifetime,
TlsAlpnChallengeResponder tlsAlpnChallengeResponder,
ICertificateAuthorityConfiguration certificateAuthority)
Expand Down

0 comments on commit a871f3f

Please sign in to comment.