You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using some combinations of the configurations for the JsonEncoder that do not include all the available properties, the log entries will generate invalid json (dangling comma before closing brace).
Using some combinations of the configurations for the JsonEncoder that do not include all the available properties, the log entries will generate invalid json (dangling comma before closing brace).
Example that fails:
You can work around this by not including
<withThrowable>false</withThrowable>
but this forces the user to log unwanted characters.There are multiple spots in the code for inclusion of the properties that naively append a "," after their inclusion, this is part of the problem.
The text was updated successfully, but these errors were encountered: