-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If UseNLog and AddNLog are used, two logs will be written #324
Comments
Yes, I don't think we could change that easily. |
Yes duplicate of #254 Can be solved by one of these ways:
PullRequests are always welcome |
|
Discovered a different way for resolving this issue. Created PR #325 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
NLog version: 4.6.6
NLog.Extensions.Logging: 1.5.2
NLog.Web.AspNetCore: 4.8.4
Platform: .NET Core 2
If builder.AddNLog(this.Configuration); and .UseNLog(); are used,
two same logs will be written.
The text was updated successfully, but these errors were encountered: