X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Fplanetlab%2Fplshell.py;fp=sfa%2Fplanetlab%2Fplshell.py;h=42349f0f0cf370c064b4ff90ab834fbd4cf6d161;hb=751353deb980129ebdf84f3e77830b47de800097;hp=15334db066efe237bdb5de6047013ac1bafd90a1;hpb=9eba9ad0796e65b1ddcf7b2671431bee304f6bc0;p=sfa.git diff --git a/sfa/planetlab/plshell.py b/sfa/planetlab/plshell.py index 15334db0..42349f0f 100644 --- a/sfa/planetlab/plshell.py +++ b/sfa/planetlab/plshell.py @@ -64,7 +64,7 @@ class PlShell: except: plc_direct_access=False if is_local and plc_direct_access: - logger.debug('plshell access - capability') + logger.info('plshell access - capability') self.plauth = { 'AuthMethod': 'capability', 'Username': config.SFA_PLC_USER, 'AuthString': config.SFA_PLC_PASSWORD, @@ -72,7 +72,7 @@ class PlShell: self.proxy = PLC.Shell.Shell () else: - logger.debug('plshell access - xmlrpc') + logger.info('plshell access - xmlrpc') self.plauth = { 'AuthMethod': 'password', 'Username': config.SFA_PLC_USER, 'AuthString': config.SFA_PLC_PASSWORD,