X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Fplanetlab%2Fplshell.py;h=f860458dad37203c3ba6c8dc888b54494ec3d415;hb=ff3cb373d1842cd52fcb387d57334a49cc56df69;hp=12b136c699465ed070f93372de9172c56aafea64;hpb=1abccc4d5ae79956b7cb53fd3cf1da45b282a1d7;p=sfa.git diff --git a/sfa/planetlab/plshell.py b/sfa/planetlab/plshell.py index 12b136c6..f860458d 100644 --- a/sfa/planetlab/plshell.py +++ b/sfa/planetlab/plshell.py @@ -68,7 +68,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, @@ -76,7 +76,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,