Skip to content

Commit

Permalink
Merge pull request #2 from chrisdecker1201/bug/missing_initalize_excl…
Browse files Browse the repository at this point in the history
…ude_properties

initialize exclude properties
  • Loading branch information
jcapellman authored Jan 27, 2021
2 parents 3863374 + f393f5e commit 33577ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/NLog.Targets.Fluentd/Fluentd.cs
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,7 @@ public Fluentd()
this.LingerTime = 1000;
this.EmitStackTraceWhenAvailable = false;
this.Tag = Assembly.GetCallingAssembly().GetName().Name;
this.ExcludeProperties = new HashSet<string>();
}
}
}

0 comments on commit 33577ad

Please sign in to comment.