Use correct logger name in QuerydslDataFetcher
Closes gh-1185 Signed-off-by: Patrick Grosslicht <1881000+pgrosslicht@users.noreply.github.com>
This commit is contained in:
committed by
Brian Clozel
parent
d8381e6cf3
commit
8ff287bec8
@@ -106,7 +106,7 @@ import org.springframework.util.MultiValueMap;
|
||||
*/
|
||||
public abstract class QuerydslDataFetcher<T> {
|
||||
|
||||
private static final Log logger = LogFactory.getLog(QueryByExampleDataFetcher.class);
|
||||
private static final Log logger = LogFactory.getLog(QuerydslDataFetcher.class);
|
||||
|
||||
private static final QuerydslPredicateBuilder BUILDER = new QuerydslPredicateBuilder(
|
||||
DefaultConversionService.getSharedInstance(), SimpleEntityPathResolver.INSTANCE);
|
||||
|
||||
Reference in New Issue
Block a user