클래스에 @Slf4j 어노테이션을 추가해주면 로그 사용을 위한 세팅이 자동 생성된다.
private static final Logger log = LoggerFactory.getLogger(SiteTargetInfoServiceImpl.class);