Skip to content

Commit bdfbc53

Browse files
author
Pradithya Aria
committed
Uncomment logging
1 parent 244d406 commit bdfbc53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/main/java/feast/core/grpc/UIServiceImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public void getEntity(GetEntityRequest request,
6868
responseObserver.onCompleted();
6969
} catch (IllegalArgumentException e) {
7070
String errMsg = "Invalid entity name: " + entityName;
71-
//log.error(errMsg, e);
71+
log.error(errMsg, e);
7272
onError(responseObserver, INVALID_ARGUMENT, errMsg, e);
7373
} catch (Exception e) {
7474
String errMsg = "Error while retrieving entity with name: " + entityName;

0 commit comments

Comments
 (0)