diff --git a/controllers_v2/core/auth_token.py b/controllers_v2/core/auth_token.py index 5c99ff4..3e3c0dd 100644 --- a/controllers_v2/core/auth_token.py +++ b/controllers_v2/core/auth_token.py @@ -114,7 +114,7 @@ class CoreAuthTokenController(CoreBaseModel): alert_url: str = None, base_filter: dict = None, debug = True, - debug_prefix = "Core Base (C) | ", + debug_prefix = "Auth Token (C) | ", debug_only_errors = True ):