hashmapinc / hashmapinc/Drillflow
CXF: Override of Logging Wrapped in a Single JSON Object Investigation & Potential Fix
- Dominant language
- Java
- Stars
- 21
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
SLB Ask: "After studying the structure of log file generated by Drillflow image, we believe one entire log should be wrapped in a single JSON object: `{"log": ""}`. However, we found there are cases (e.g. HTTP message logging) that the entire message is split to multiple `{log}` object which result in we collected them as multiple logs in ELK. Please refer to line 49 - 57 for an example in attached actual log file."
Refer to log attached by SLB in the SC Slack Channel by Shuping at 1:17 AM today (Wed, Apr 24).
Chris stated that the creation of the log objects is done deep in the internals of CXF, not by us. So we need to investigate whether we can override this, and, if possible, to do so.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.