Skip to content

Commit

Permalink
Changed default to false
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Dec 13, 2024
1 parent 569a7e0 commit fc1290a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ public static String getThisEndpointAddress ()
public static boolean isIncludeStackTraceInErrorMessages ()
{
// Defaults to true for backwards compatibility reason
return getConfig ().getAsBoolean ("phase4.errormsg.include.stacktraces", true);
// Changed default to false in v3.0.2
return getConfig ().getAsBoolean ("phase4.errormsg.include.stacktraces", false);
}
}

0 comments on commit fc1290a

Please sign in to comment.