Skip to content

Commit 494497a

Browse files
metacosmCopilot
andauthored
fix: prefix name
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7e6c171 commit 494497a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing

operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/MDCUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public class MDCUtils {
3636
private static final boolean enabled =
3737
Utils.getBooleanFromSystemPropsOrDefault(Utils.USE_MDC_ENV_KEY, true);
3838

39-
private static final String EVENT_SOURCE_PREFIX = "eventSource.event.";
39+
private static final String EVENT_SOURCE_PREFIX = "eventsource.event.";
4040
private static final String EVENT_ACTION = EVENT_SOURCE_PREFIX + "action";
4141
private static final String EVENT_SOURCE_NAME = "eventsource.name";
4242
private static final String UNKNOWN_ACTION = "unknown action";

0 commit comments

Comments
 (0)