You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of this moment, the log-level property is globally found under /runtime, this property should be moved to /runtime/telemetry. Once the property is moved and it is shown to be working properly, log-level should be added to the JSON schema.
The text was updated successfully, but these errors were encountered:
## Why make this change?
Solves #2452
## What is this change?
Moves the log-level property from `/runtime` to `/runtime/telemetry`
where it was decided it should live. It also changes the files so that
the log-level property is under `TelemetryOptions` instead of
`RuntimeOptions` and fix any tests related to the changes.
## How was this tested?
- [X] Integration Tests
- [ ] Unit Tests
---------
Co-authored-by: Ruben Cerna <rcernaserna@microsoft.com>
Co-authored-by: Abhishek Kumar <102276754+abhishekkumams@users.noreply.github.com>
As of this moment, the log-level property is globally found under
/runtime
, this property should be moved to/runtime/telemetry
. Once the property is moved and it is shown to be working properly, log-level should be added to the JSON schema.The text was updated successfully, but these errors were encountered: