customfields configuration error/ignored?
See original GitHub issueDocumentation example, produce com.fasterxml.jackson.core.JsonParseException
:
<customFields>{"appname":"myWebservice","roles":["customerorder","auth"],"buildinfo":{"version":"Version 0.1.0-SNAPSHOT","lastcommit":"75473700d5befa953c45f630c6d9105413c16fe1"}}</customFields>
the following josn will be excepted but will not appear in output:
"appname":"myWebservice","roles":["customerorder","auth"],"buildinfo":{"version":"Version 0.1.0-SNAPSHOT","lastcommit":"75473700d5befa953c45f630c6d9105413c16fe1"
setting the customfields programmatically is working fine.
Issue Analytics
- State:
- Created 7 years ago
- Comments:9
Top Results From Across the Web
customfields configuration error/ignored? · Issue #168 - GitHub
The logback bug only applies to nested JSON objects. I just tested the following configuration. <appender class="ch.qos.logback.core.
Read more >Error on Custom-field Configuration page, not able...
I have developed my own Select list custom-field. It works as expected. But It is showing some error on the custom-field configuration page ......
Read more >PS360 Reporting 3.5 Administrator Guide - Nuance
Configuring the PowerScribe 360 | Reporting Client . ... Modifying an Unreported Order or Report's Custom Field Values . . . . ....
Read more >ServiceDesk Plus readme, release notes, and version history
Inline images are now stored in the same location that is configured as the ... Custom fields created for Incident, Service Catalog and...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
hi, think I’m running into the same issue
I have the following in logback.xml
When using
logstash-logback-encoder 7.0.1
, I’m getting the follow errorIf I change
customFields
to{"serviceContext": "foo"}
, things work as expected.I tried upgrading
logback-classic
to1.3.0-alpha10
, but no log was generatedThis issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don’t have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further.