Skip to content

Commit

Permalink
reduce c* driver logging to WARN
Browse files Browse the repository at this point in the history
  • Loading branch information
phact committed Mar 4, 2024
1 parent 9f1d193 commit f3c0dde
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.1.0
v0.1.1
3 changes: 3 additions & 0 deletions impl/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
format='%(asctime)s - %(levelname)s - %(message)s (%(filename)s:%(lineno)d)',
datefmt='%Y-%m-%d %H:%M:%S')

logger = logging.getLogger('cassandra')
logger.setLevel(logging.WARN)


logger = logging.getLogger(__name__)

Expand Down

0 comments on commit f3c0dde

Please sign in to comment.