Files
Automatic-Parking/Source/ProofOfConcept/appsettings.Development.json
Szakáts Alpár Zsolt 430daa39dc
All checks were successful
Build, Push and Run Container / build (push) Successful in 26s
Configures fleet telemetry via API
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.
2025-08-21 14:52:03 +02:00

11 lines
210 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Trace",
"Microsoft.AspNetCore": "Warning",
"System.Net.Http.HttpClient": "Warning",
"Microsoft.Extensions.Http": "Information"
}
}
}