David Griffon created UNOMI-488:
-----------------------------------
Summary: Add log information in RuntimeExceptionMapper
Key: UNOMI-488
URL: https://issues.apache.org/jira/browse/UNOMI-488
Project: Apache Unomi
Issue Type: Improvement
Affects Versions: 1.5.6, 2.0.0
Reporter: David Griffon
Fix For: 2.0.0, 1.5.7
When an {{RuntimeExceptionMapper}} is sent, Unomi fails silently.
This ticket to add log information when an error happen.
Debug provides the full stack trace.
h2. Testing
Set an invalid third party ip address, for example:
{code}
thirdparty.provider1.ipAddresses=127.0.0.1,xx,192.168.1.17,::1
{code}
before : all queries fail without error in the log
after: error logs are now displayed.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)