Added the new standard columns TraceId and SpanId for OpenTelemetry tracing. Those columns are by default not enabled and must be added to the ColumnOptions.Store property to use them (for backwards compatibility). If the columns are activated, the corresponding log event properties from Serilog will be written to those columns (https://github.com/serilog/serilog/pull/1955).
Added the new standard columns TraceId and SpanId for OpenTelemetry tracing. Those columns are by default not enabled and must be added to the ColumnOptions.Store property to use them (for backwards compatibility). If the columns are activated, the corresponding log event properties from Serilog will be written to those columns (https://github.com/serilog/serilog/pull/1955).
Fixes #488