switch to loguru

This commit is contained in:
Alex Ott
2022-12-30 05:28:51 -08:00
parent 708011e6a0
commit 6cccd74e34
5 changed files with 26 additions and 20 deletions
+1 -3
View File
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""Task plugin for testing different data collection methods."""
# TODO: Delete this once user input method has been decided for final bot.
import asyncio
import logging
import typing as t
from datetime import datetime, timedelta
@@ -16,8 +16,6 @@ plugin = lightbulb.Plugin("TaskPlugin")
MAX_TASK_TIME = 60 * 60
MAX_TASK_ACCEPT_TIME = 60
logger = logging.getLogger(__name__)
logger.setLevel(logging.DEBUG)
@plugin.command