87 fixed UserControllerV2 logger
This commit is contained in:
parent
48a18a3a57
commit
3226cc3971
@ -24,7 +24,7 @@ import javax.servlet.http.HttpSession;
|
||||
@RequestMapping(value = "/users")
|
||||
public class UserControllerV2 extends OdinController<UserListDto, UserDto> {
|
||||
|
||||
private final Logger log = LoggerFactory.getLogger(UserController.class);
|
||||
private final Logger log = LoggerFactory.getLogger(UserControllerV2.class);
|
||||
|
||||
private final UserService userService;
|
||||
private final UserSessionService userSessionService;
|
||||
|
Loading…
Reference in New Issue
Block a user