Skip to content

Commit

Permalink
Update serilog.asciidoc (#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
tailorzed authored Sep 12, 2024
1 parent 6111b10 commit dd0ce4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/formatters/serilog.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ An example of the output is given below:

|`MapCurrentThead` | `true` map `ecs.process` by looking up the `Process` from the current thread
|`MapHttpAdapter` | `null` a way to map `HttpContextAccessor` to ECS fields.
|`LogEventsPropertiesToFilter` | A `Set<string>` of properties that should not be emitted as `labels.*` or `metadata.*`
|`LogEventPropertiesToFilter` | A `Set<string>` of properties that should not be emitted as `labels.*` or `metadata.*`
|`MapCustom` | A Func that allows you to mutate the EcsDocument before its fully converted.
|===

Expand Down

0 comments on commit dd0ce4a

Please sign in to comment.