Skip to content

Commit

Permalink
Admin logger rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Sophie Glinton authored and Sophie Glinton committed Dec 2, 2024
1 parent c52f8e5 commit 5e71c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/matchbox/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
)
from matchbox.server.models import SourceWarehouse

logger = logging.getLogger("admin_pipeline")
logger = logging.getLogger("mb_logic")

dotenv_path = find_dotenv(usecwd=True)
load_dotenv(dotenv_path)
Expand Down

0 comments on commit 5e71c0e

Please sign in to comment.