Skip to content

Commit

Permalink
Change to debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
jawadqur committed Jan 3, 2025
1 parent 7525128 commit 8dc0d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wts/auth_plugins/k8s.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


def get_username_from_ip(ip):
flask.current_app.logger.info("Getting username from IP {}".format(ip))
flask.current_app.logger.debug("Getting username from IP {}".format(ip))
# Fail if we can't load kubernetes config...
try:
kubernetes.config.load_incluster_config()
Expand Down

0 comments on commit 8dc0d10

Please sign in to comment.