[ https://issues.apache.org/jira/browse/UNOMI-811?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Romain Gauthier updated UNOMI-811: ---------------------------------- Description: {code:java} An event was rejected - switch to DEBUG log level for more information{code} should be changed to {code:java} An event was rejected - switch to DEBUG log level for more information OR test the payload of your event against the "validateEvent" endpoint.{code} If possible, if the event type is not found, the log should be changed to: {code:java} An event was rejected - Schema not found for event type: " + eventType {code} was: An event was rejected - switch to DEBUG log level for more information should be changed to An event was rejected - switch to DEBUG log level for more information OR test the payload of your event against the "validateEvent" endpoint. > Improve logs when an event is being rejected > -------------------------------------------- > > Key: UNOMI-811 > URL: https://issues.apache.org/jira/browse/UNOMI-811 > Project: Apache Unomi > Issue Type: Bug > Reporter: Romain Gauthier > Priority: Major > Fix For: unomi-2.5.0 > > > {code:java} > An event was rejected - switch to DEBUG log level for more information{code} > should be changed to > {code:java} > An event was rejected - switch to DEBUG log level for more information OR > test the payload of your event against the "validateEvent" endpoint.{code} > If possible, if the event type is not found, the log should be changed to: > {code:java} > An event was rejected - Schema not found for event type: " + eventType > {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)