Skip to content

Commit 56521ec

Browse files
committed
Ensure log level is set appropriately in _compat_test.py
1 parent ceb3e48 commit 56521ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: cirq-core/cirq/_compat_test.py

+1
Original file line numberDiff line numberDiff line change
@@ -636,6 +636,7 @@ def _type_repr_in_deprecated_module():
636636

637637

638638
def _trace_unhandled_exceptions(*args, queue: 'multiprocessing.Queue', func: Callable, **kwargs):
639+
logging.basicConfig(level=logging.DEBUG)
639640
try:
640641
func(*args, **kwargs)
641642
queue.put(None)

0 commit comments

Comments
 (0)