File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ release.
27
27
([ #4534 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/4534 ) )
28
28
- Stabilize SDK and No-Op ` Logger.Enabled ` .
29
29
([ #4536 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/4536 ) )
30
+ - ` SeverityNumber=0 ` MAY be used to represent an unspecified value.
31
+ ([ #4535 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/4535 ) )
30
32
31
33
### Baggage
32
34
Original file line number Diff line number Diff line change @@ -303,6 +303,8 @@ events. Larger numerical values in each range represent more important (more
303
303
severe) events. For example ` SeverityNumber=17 ` describes an error that is less
304
304
critical than an error with ` SeverityNumber=20 ` .
305
305
306
+ ` SeverityNumber=0 ` MAY be used to represent an unspecified value.
307
+
306
308
#### Mapping of ` SeverityNumber `
307
309
308
310
Mappings from existing logging systems and formats (or ** source format** for
You can’t perform that action at this time.
0 commit comments