stillalex commented on code in PR #1632:
URL: https://github.com/apache/solr/pull/1632#discussion_r1303280414


##########
solr/core/src/java/org/apache/solr/servlet/ResponseUtils.java:
##########
@@ -28,6 +28,11 @@
 public class ResponseUtils {
   private ResponseUtils() {}
 
+  // System property to use if the Solr core does not exist or 
solr.hideStackTrace is not
+  // configured. (i.e.: a lot of unit test).
+  private static final boolean SYSTEM_HIDE_STACK_TRACES =

Review Comment:
   this can be `Boolean.getBoolean("solr.hideStackTrace")`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to