Skip to content

Commit

Permalink
use lacommunaute logger in middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentporte committed Feb 25, 2025
1 parent 7e5bf71 commit b634852
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lacommunaute/users/middleware.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import logging
from logging import getLogger

from django.utils.deprecation import MiddlewareMixin

from lacommunaute.users.enums import EmailLastSeenKind
from lacommunaute.users.models import EmailLastSeen


logger = logging.getLogger(__name__)
logger = getLogger("lacommunaute")


class MarkAsSeenLoggedUserMiddleware(MiddlewareMixin):
Expand Down

0 comments on commit b634852

Please sign in to comment.