Configures fleet telemetry via API
All checks were successful
Build, Push and Run Container / build (push) Successful in 26s
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.
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
"LogLevel": {
|
||||
"Default": "Trace",
|
||||
"Microsoft.AspNetCore": "Warning",
|
||||
"System.Net.Http.HttpClient": "Warning"
|
||||
"System.Net.Http.HttpClient": "Warning",
|
||||
"Microsoft.Extensions.Http": "Information"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user