The code changes in `aviation_parser_test.go` update the ARR body parsing logic. The `ParseHeader` function now correctly handles ARR bodies with optional time components. This ensures accurate parsing of ARR bodies and improves the overall functionality of the aviation parser.
22 lines
567 B
JSON
22 lines
567 B
JSON
{
|
|
"zapConfig": {
|
|
"level": "debug",
|
|
"encoding": "json",
|
|
"outputPaths": ["stdout"],
|
|
"errorOutputPaths": ["stderr"],
|
|
"encoderConfig": {
|
|
"messageKey": "message",
|
|
"levelKey": "level",
|
|
"timeKey": "time",
|
|
"nameKey": "logger",
|
|
"callerKey": "caller",
|
|
"stacktraceKey": "stacktrace",
|
|
"lineEnding": "\n",
|
|
"levelEncoder": "lowercase",
|
|
"timeEncoder": "iso8601",
|
|
"durationEncoder": "string",
|
|
"callerEncoder": "short"
|
|
}
|
|
},
|
|
"lumberjackConfig": {}
|
|
} |