* add sentry * add sentry * better log web3proxy * Add managing and worker on sentry * better log web3proxy
21 lines
421 B
JSON
21 lines
421 B
JSON
{
|
|
"DetailedErrors": true,
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"System": "Error",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ElasticConfiguration": {
|
|
"Uri": "http://elasticsearch:9200/"
|
|
},
|
|
"Sentry": {
|
|
"Debug": true,
|
|
"TracesSampleRate": 1.0,
|
|
"SendDefaultPii": true,
|
|
"DiagnosticLevel": "Debug"
|
|
}
|
|
} |