Skip to content

Commit 37044ad

Browse files
cpcloudcursoragent
andcommitted
fix(pathfinder): set test info logger level to INFO, not DEBUG
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent ee20cd6 commit 37044ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cuda_pathfinder/tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def _info_summary_handler(request):
1919

2020
logger = logging.getLogger(_LOGGER_NAME)
2121
logger.addHandler(handler)
22-
logger.setLevel(logging.DEBUG)
22+
logger.setLevel(logging.INFO)
2323
logger.propagate = False
2424

2525
yield handler

0 commit comments

Comments
 (0)