-
Type:
Suggestion
-
Resolution: Unresolved
-
None
-
Component/s: None
-
0
-
2
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 atlassian-synchrony.log output format from JSON to regular log file lines
Why this is important
Speed to troubleshooting and resolution of synchrony related issues.
- mentioned in
-
Page Loading...