Index: /branches/rel_apv_10_7_3/usr/click/tools/aws/aws_auth/AWSAuthController.py
===================================================================
--- /branches/rel_apv_10_7_3/usr/click/tools/aws/aws_auth/AWSAuthController.py	(revision 39056)
+++ /branches/rel_apv_10_7_3/usr/click/tools/aws/aws_auth/AWSAuthController.py	(working copy)
@@ -72,7 +72,7 @@
             )
             print("AWS credentials have been cleared.")
         except subprocess.CalledProcessError as e:
-            print(f"Error clearing AWS credentials: {e}")
+            ProxyAWSLogger.error(f"Error clearing AWS credentials: {e}")
 
     @classmethod
     def get_login_info(cls) -> dict:
@@ -134,7 +134,7 @@
             ec2.describe_instances()
             return True
         except Exception as e:
-            print(str(e))
+            ProxyAWSLogger.error(str(e))
             return False
 
 
