Changeset: b0681dd2e243 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/b0681dd2e243 Modified Files: clients/mapilib/Tests/tlssecurity.py Branch: default Log Message:
Use the correct variable to get logging output. diffs (12 lines): diff --git a/clients/mapilib/Tests/tlssecurity.py b/clients/mapilib/Tests/tlssecurity.py --- a/clients/mapilib/Tests/tlssecurity.py +++ b/clients/mapilib/Tests/tlssecurity.py @@ -21,7 +21,7 @@ log_level = logging.WARNING log_format = '%(levelname)s:t=%(relativeCreated)d:%(name)s:%(message)s'# if sys.platform == 'win32': if sys.platform == 'win32': - level=logging.DEBUG + log_level=logging.DEBUG if '-v' in sys.argv: log_level = logging.DEBUG #level = logging.DEBUG _______________________________________________ checkin-list mailing list -- checkin-list@monetdb.org To unsubscribe send an email to checkin-list-le...@monetdb.org