Skip to content

Commit f393f5e

Browse files
initialize exclude properties
1 parent 3863374 commit f393f5e

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)