mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
add an initial version to teuthology
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
This commit is contained in:
parent
0d1fe79b70
commit
a2bb186fe3
@ -5,6 +5,9 @@ monkey.patch_all()
|
||||
|
||||
import logging
|
||||
|
||||
|
||||
__version__ = '0.1.0'
|
||||
|
||||
# We don't need to see log entries for each connection opened
|
||||
logging.getLogger('requests.packages.urllib3.connectionpool').setLevel(
|
||||
logging.WARN)
|
||||
|
Loading…
Reference in New Issue
Block a user