MCPcopy
hub / github.com/questdb/questdb / isForcedDebug

Method isForcedDebug

core/src/main/java/io/questdb/log/LogFactory.java:554–556  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

552 }
553
554 private static boolean isForcedDebug() {
555 return System.getProperty(DEBUG_TRIGGER) != null || System.getenv().containsKey(DEBUG_TRIGGER_ENV);
556 }
557
558 private static void setGuaranteedLogging(boolean guaranteedLogging, Class<?>... classes) {
559 for (int i = 0, n = classes.length; i < n; i++) {

Callers 2

createWriterMethod · 0.95

Calls 2

getPropertyMethod · 0.80
containsKeyMethod · 0.45

Tested by

no test coverage detected