All checks were successful
Build, Push and Run Container / build (push) Successful in 26s
Implements fleet telemetry configuration by first removing the existing telemetry configuration and then posting a new configuration. This configures telemetry data collection intervals and host information. Adds logging for request/response from the API.
11 lines
210 B
JSON
11 lines
210 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Trace",
|
|
"Microsoft.AspNetCore": "Warning",
|
|
"System.Net.Http.HttpClient": "Warning",
|
|
"Microsoft.Extensions.Http": "Information"
|
|
}
|
|
}
|
|
}
|