diff --git a/authentik/events/models.py b/authentik/events/models.py index f0aec86a4..9880495aa 100644 --- a/authentik/events/models.py +++ b/authentik/events/models.py @@ -261,7 +261,7 @@ class Event(ExpiringModel): def save(self, *args, **kwargs): if self._state.adding: - LOGGER.debug( + LOGGER.info( "Created Event", action=self.action, context=self.context,