-
Type:
Suggestion
-
Resolution: Unresolved
-
None
-
Component/s: None
-
1
-
3
Problem Definition
Currently the atlassian-synchrony.log log file outputs log lines in JSON format, an example may look like the following:
{"synchrony":{"message":
"synchrony.querydsl.jdbc [info] connection pool test-connection-on-checkin:
true idle-connection-test-period: 100 max-idle-time-excess-connections:
100 max-idle-time: 3600","ns":"synchrony.querydsl.jdbc"}}
The above JSON structure is not as easy to read as regular log file lines, this makes looking through the logs more difficult and time-consuming.
Suggested Solution
- Change the overall atlassian-synchrony.log output format from JSON to regular log file lines
- Change the message data from EDN to JSON format
Why this is important
Speed to troubleshooting and resolution of synchrony related issues.