Skip to content

Commit

Permalink
Merge pull request #57 from Catch-You/fix/사건상세조회
Browse files Browse the repository at this point in the history
[CHORE] enum 값 로그 출력
  • Loading branch information
xloyeon authored Dec 17, 2023
2 parents 0d38696 + 28fd6ab commit 0d50dc2
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 0d50dc2

Please sign in to comment.