From 27be47d23874e8ae5eeed1bb5b777a0dab90e88a Mon Sep 17 00:00:00 2001 From: shtlrs Date: Tue, 13 Feb 2024 22:52:19 +0100 Subject: move logger to its own package This sets the place to centralize all logs configs in its own module --- arthur/exts/grafana/team_sync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arthur/exts/grafana/team_sync.py') diff --git a/arthur/exts/grafana/team_sync.py b/arthur/exts/grafana/team_sync.py index 289cebd..20e059e 100644 --- a/arthur/exts/grafana/team_sync.py +++ b/arthur/exts/grafana/team_sync.py @@ -4,9 +4,9 @@ import aiohttp import discord from discord.ext import commands, tasks -from arthur import logger from arthur.apis import github, grafana from arthur.bot import KingArthur +from arthur.log import logger @dataclass(frozen=True) -- cgit v1.2.3