16 lines
287 B
JSON
16 lines
287 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning",
|
|
"Elastic.Apm": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ElasticApm":
|
|
{
|
|
"ServerUrl": "http://apm.home.local:8200",
|
|
"TransactionNameGroups": "GET /t/*"
|
|
}
|
|
}
|