Skip to content

Commit 9185160

Browse files
committed
Do not enable debug logging for OpenStack
make this consistent with the other tests; prevent confident info from being disclosed Signed-off-by: Matthias Büchse <[email protected]>
1 parent 9d721f2 commit 9185160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/iaas/volume-backup/volume-backup-tester.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ def main():
233233
"with the prefix specified via '--prefix' (or its default)"
234234
)
235235
args = parser.parse_args()
236-
openstack.enable_logging(debug=args.debug)
236+
openstack.enable_logging(debug=False)
237237
logging.basicConfig(
238238
format="%(levelname)s: %(message)s",
239239
level=logging.DEBUG if args.debug else logging.INFO,

0 commit comments

Comments
 (0)