Skip to content

Commit fedfabb

Browse files
committed
Adds final System.LoggingLevel enum for inner sourced replacement to Nebula Logger value
1 parent 52c9c44 commit fedfabb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

force-app/repository/Repository.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public virtual without sharing class Repository implements IRepository {
4444
Boolean originalValue = this.shouldAddChildFields;
4545
this.shouldAddChildFields = shouldAddChildFields;
4646
String finalQuery = this.getFinalQuery(queries);
47-
System.debug('query locator query:\n' + finalQuery);
47+
System.debug(System.LoggingLevel.DEBUG, 'query locator query:\n' + finalQuery);
4848
Database.QueryLocator locator = Database.getQueryLocatorWithBinds(
4949
this.getFinalQuery(queries),
5050
this.bindVars,

0 commit comments

Comments
 (0)