Skip to content

Commit 2cb42b3

Browse files
committed
benchmarks: Raise log level for cassandra package
Reduce node discovery noise in default output.
1 parent d29d1db commit 2cb42b3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

benchmarks/base.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636
handler.setFormatter(logging.Formatter("%(asctime)s [%(levelname)s] %(name)s: %(message)s"))
3737
log.addHandler(handler)
3838

39+
logging.getLogger('cassandra').setLevel(logging.WARN)
40+
3941
have_libev = False
4042
supported_reactors = [AsyncoreConnection]
4143
try:

0 commit comments

Comments
 (0)