Skip to content

Conversation

@JohannesRiegler
Copy link
Contributor

Fixes #143

In the previous implementation there was a Nullpointer on calling addAll on the MarkerList

if (eventMarkers != null && !eventMarkers.isEmpty()) {
   logEventPartition.getMarkerList().addAll(eventMarkers);
}

This is now fixed, and the whole cloning logic was moved into the LoggingEventCloner

@rspiegl rspiegl merged commit 660cb10 into cloudflightio:master Jun 13, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

logging-server-config: Log splitting fails

2 participants