Doug Ramirez

Results 2 issues of Doug Ramirez

# Description This change will allow callers to the LogRecord.to_json() func to specify an `indent`. Previously the func used `4` as the `indent`. The consequences of that hard coding meant...

# Description According to the [Logs Data Model](https://opentelemetry.io/docs/reference/specification/logs/data-model/), `SeverityNumber` is an [integer number](https://opentelemetry.io/docs/reference/specification/logs/data-model/#field-severitynumber). This PR will change the `LogRecord.to_json()` func to use the `SeverityNumber` numeric value. Previously the `SeverityNumber` type,...