loguru를 사용하여 python 로깅 쉽게하기

from loguru import logger

logger.debug("hello world")