Skip to content

Commit

Permalink
enable timeline events by default when ddprof disabled (#7224)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardstartin committed Jun 20, 2024
1 parent f6d95fd commit 9bf5bbd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ public final class ProfilingConfig {

public static final String PROFILING_TIMELINE_EVENTS_ENABLED =
"profiling.timeline.events.enabled";
public static final boolean PROFILING_TIMELINE_EVENTS_ENABLED_DEFAULT = false;
public static final boolean PROFILING_TIMELINE_EVENTS_ENABLED_DEFAULT = true;

public static final String PROFILING_DETAILED_DEBUG_LOGGING = "profiling.detailed.debug.logging";
public static final boolean PROFILING_DETAILED_DEBUG_LOGGING_DEFAULT = false;
Expand Down

0 comments on commit 9bf5bbd

Please sign in to comment.