diff --git a/app/dashboard/views/custom_alias.py b/app/dashboard/views/custom_alias.py index e4e25732..8b92c10c 100644 --- a/app/dashboard/views/custom_alias.py +++ b/app/dashboard/views/custom_alias.py @@ -50,8 +50,7 @@ def available_suffixes(user: User) -> [bool, str, str]: def custom_alias(): # check if user has not exceeded the alias quota if not current_user.can_create_new_alias(): - # notify admin - LOG.error("user %s tries to create custom alias", current_user) + LOG.warning("user %s tries to create custom alias", current_user) flash( "You have reached free plan limit, please upgrade to create new aliases", "warning",