Skip to content

Commit

Permalink
chore: enum 값 로그 출력
Browse files Browse the repository at this point in the history
  • Loading branch information
xloyeon committed Dec 17, 2023
1 parent 820d58a commit 28fd6ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ public OpenCriminalListResponse getOpenCriminalList(Region region){
List<Criminal> criminals = criminalAdaptor.findByStatusAndRegion(region);
//유형별로 다른 dto 생성

log.debug(region.getName());
log.info(region.getName());

return OpenCriminalListResponse.from(
getCriminalListByCrimeType(criminals, CrimeType.강도),
Expand Down

0 comments on commit 28fd6ab

Please sign in to comment.