mirror of
https://github.com/bloomberg/goldpinger.git
synced 2026-02-14 18:09:50 +00:00
22 lines
425 B
JSON
22 lines
425 B
JSON
{
|
|
"level": "info",
|
|
"encoding": "json",
|
|
"outputPaths": [
|
|
"stdout"
|
|
],
|
|
"errorOutputPaths": [
|
|
"stderr"
|
|
],
|
|
"initialFields": {
|
|
},
|
|
"encoderConfig": {
|
|
"messageKey": "message",
|
|
"levelKey": "level",
|
|
"levelEncoder": "lowercase",
|
|
"timeKey": "ts",
|
|
"timeEncoder": "ISO8601",
|
|
"callerKey": "caller",
|
|
"callerEncoder": "Short"
|
|
}
|
|
}
|