mirror of
https://gitlab.com/chicken-riders/RcGcDb.git
synced 2025-02-24 01:04:09 +00:00
14 lines
307 B
Python
14 lines
307 B
Python
![]() |
import logging.config
|
||
|
from src.config import settings
|
||
|
|
||
|
logging.config.dictConfig(settings["logging"])
|
||
|
logger = logging.getLogger("rcgcdb.bot")
|
||
|
logger.debug("Current settings: {settings}".format(settings=settings))
|
||
|
|
||
|
# Fetch basic information about all of the wikis in the database
|
||
|
|
||
|
|
||
|
|
||
|
# Start queueing logic
|
||
|
|