Skip to content

Commit 27d2bf4

Browse files
Fixing the logger for googla_oath authenticator (ansible#621)
1 parent 230605f commit 27d2bf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible_base/authentication/authenticator_plugins/google_oauth2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from ansible_base.authentication.social_auth import SocialAuthMixin, SocialAuthValidateCallbackMixin
88
from ansible_base.lib.serializers.fields import BooleanField, CharField, ChoiceField, ListField, URLField
99

10-
logger = logging.getLogger('ansible_base.authentication.authenticator_plugins.oidc')
10+
logger = logging.getLogger('ansible_base.authentication.authenticator_plugins.google_oauth2')
1111

1212

1313
class GoogleOAuth2Configuration(BaseAuthenticatorConfiguration):

0 commit comments

Comments
 (0)