Skip to content

Commit cc4c732

Browse files
fix: remove call to setup_loggers already called in bot.init
1 parent 897d68a commit cc4c732

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

botstrap.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@
1212
logging.getLogger("pydis_core").setLevel(logging.WARNING)
1313

1414
from bot.constants import Webhooks, _Categories, _Channels, _Roles # noqa: E402
15-
from bot.log import get_logger, setup as setup_loggers # noqa: E402
15+
from bot.log import get_logger # noqa: E402
1616

1717
load_dotenv()
18-
setup_loggers()
1918
log = get_logger("botstrap")
2019
# silence noisy httpcore logger
2120
logging.getLogger("httpcore").setLevel("INFO")

0 commit comments

Comments
 (0)