Changeset: 84933c53694d for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/84933c53694d
Modified Files:
        testing/Mtest.py.in
Branch: Dec2025
Log Message:

Log BBPtrim info during testing.


diffs (11 lines):

diff --git a/testing/Mtest.py.in b/testing/Mtest.py.in
--- a/testing/Mtest.py.in
+++ b/testing/Mtest.py.in
@@ -1242,6 +1242,7 @@ def PerformDir(env, testdir, testlist, t
                             with dbh.cursor() as crs:
                                 try:
                                     crs.execute("call 
logging.setcomplevel('SQL_EXECUTION', 'INFO')")
+                                    crs.execute("call 
logging.setcomplevel('BAT', 'INFO')")
                                 except TimeoutError:
                                     print('\nTimeout setting log level.\n')
                     except KeyboardInterrupt:
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to