Skip to content

Commit 33577ad

Browse files
authored
Merge pull request #2 from chrisdecker1201/bug/missing_initalize_exclude_properties
initialize exclude properties
2 parents 3863374 + f393f5e commit 33577ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/NLog.Targets.Fluentd/Fluentd.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,7 @@ public Fluentd()
371371
this.LingerTime = 1000;
372372
this.EmitStackTraceWhenAvailable = false;
373373
this.Tag = Assembly.GetCallingAssembly().GetName().Name;
374+
this.ExcludeProperties = new HashSet<string>();
374375
}
375376
}
376377
}

0 commit comments

Comments
 (0)