123 - add headers and resource attributes to simple configuration methods (@nblumhardt)
131 - add restrictedToMinimumLevel parameter to configuration methods (@CloudeaSoft)
125 - specify a non-tracing default HttpMessageHandler on .NET 6.0+ (@KodrAus)
133 - add includedData parameter to configuration methods (@binginsin)
113 defaults to mapping SourceContext to the instrumentation scope name, and will omit the SourceContext from the log event payload by default. To preserve it, specify IncludedData.SourceContextAttribute.
113 - breaking - use
SourceContext
to populate instrumentation scope name (@nblumhardt)118 - documentation for suppressing instrumentation (@nblumhardt)
122 - update Serilog.Sinks.PeriodicBatching dependency (@nblumhardt)
123 - add headers and resource attributes to simple configuration methods (@nblumhardt)
131 - add
restrictedToMinimumLevel
parameter to configuration methods (@CloudeaSoft)125 - specify a non-tracing default
HttpMessageHandler
on .NET 6.0+ (@KodrAus)133 - add
includedData
parameter to configuration methods (@binginsin)113 defaults to mapping
SourceContext
to the instrumentation scope name, and will omit theSourceContext
from the log event payload by default. To preserve it, specifyIncludedData.SourceContextAttribute
.