From 732484442765d319eea3055d693ff26b60c98ed3 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 5 Nov 2013 12:49:31 +0100 Subject: [PATCH] display backend url as logger.info --- sfa/client/sfi.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sfa/client/sfi.py b/sfa/client/sfi.py index 8793da37..dcd16880 100644 --- a/sfa/client/sfi.py +++ b/sfa/client/sfi.py @@ -1586,6 +1586,7 @@ $ sfi m -b http://mymanifold.foo.com:7080/ # (f) and finally upload them to manifold server # xxx todo add an option so the password can be set on the command line # (but *NOT* in the config file) so other apps can leverage this + self.logger.info("Uploading on backend at %s"%myslice_dict['backend']) uploader = ManifoldUploader (logger=self.logger, url=myslice_dict['backend'], platform=myslice_dict['platform'], -- 2.43.0