diff --git a/bin/swift-log-uploader b/bin/swift-log-uploader index 617380ca9f..e533cad824 100755 --- a/bin/swift-log-uploader +++ b/bin/swift-log-uploader @@ -38,4 +38,4 @@ if __name__ == '__main__': log_to_console=options.get('verbose', False)) # currently LogUploader only supports run_once options['once'] = True - uploader = LogUploader(uploader_conf, plugin).run(once=True) + uploader = LogUploader(uploader_conf, plugin).run(**options)