Logging
This commit is contained in:
parent
78971ce69e
commit
5683d23db9
@ -27,6 +27,7 @@ abstract class WorkTaskListener: CoordinatorEventListener() {
|
|||||||
log.error { "Start event not found on ${incomingEvent.referenceId()}." }
|
log.error { "Start event not found on ${incomingEvent.referenceId()}." }
|
||||||
try {
|
try {
|
||||||
log.error { WGson.toJson(startEvent) }
|
log.error { WGson.toJson(startEvent) }
|
||||||
|
log.warn { "EvenTypes:\n" + events.map { it.eventType }.map { "\n\t$it" } }
|
||||||
log.warn { "Events provided:\n ${WGson.toJson(events)}" }
|
log.warn { "Events provided:\n ${WGson.toJson(events)}" }
|
||||||
} catch (e: Exception) {}
|
} catch (e: Exception) {}
|
||||||
return false
|
return false
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user