In various places in the code base a debug message is constructed unconditionally. This adds unnecessary overhead in the common case when debug logging is off. - add guards around debug statements in non-test code Issue: BATCH-2412
In various places in the code base a debug message is constructed unconditionally. This adds unnecessary overhead in the common case when debug logging is off. - add guards around debug statements in non-test code Issue: BATCH-2412