Skip to content
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

LogManager.Configuration.AllTargets return duplicates #1449

Closed
amitbarkai opened this issue May 10, 2016 · 2 comments
Closed

LogManager.Configuration.AllTargets return duplicates #1449

amitbarkai opened this issue May 10, 2016 · 2 comments
Assignees
Labels
bug Bug report / Bug fix
Milestone

Comments

@amitbarkai
Copy link

amitbarkai commented May 10, 2016

Hi

after upgrading from 2.1.0 to the latest version 4.3.3
LogManager.Configuration.AllTargets return duplicates
ConfiguredNamedTargets had the real number
seems like a bug
here is the relavent config

<nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <extensions>
      <add assembly="NLogTest" />
    </extensions>
    <targets>
      <target xsi:type="NLogRichViewer" name="ctrl" />
    </targets>
    <rules>
      <logger name="*" minlevel="Trace" writeTo="ctrl" />
    </rules>
  </nlog>

if you'll need any additional data let me know
thanks

@304NotModified 304NotModified added the bug Bug report / Bug fix label May 10, 2016
@304NotModified
Copy link
Member

Thanks for the report!

@304NotModified
Copy link
Member

This is fixed and will be released in 4.3.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug report / Bug fix
Projects
None yet
Development

No branches or pull requests

2 participants