RabbitRedux / src /utils.py
Canstralian's picture
Update src/utils.py
1e2aaa2 verified
raw
history blame contribute delete
131 Bytes
import logging
def setup_logging():
"""
Set up logging configuration.
"""
logging.basicConfig(level=logging.INFO)