로그레벨 조절
This commit is contained in:
parent
8af84541ef
commit
bf7acafbb1
2
main.py
2
main.py
|
@ -74,7 +74,7 @@ if __name__ == '__main__':
|
||||||
try:
|
try:
|
||||||
# Use signal handler to throw exception which can be caught to allow
|
# Use signal handler to throw exception which can be caught to allow
|
||||||
# graceful exit.
|
# graceful exit.
|
||||||
logging.basicConfig(level=logging.INFO)
|
logging.basicConfig(level=logging.WARN)
|
||||||
readSem = BoundedSemaphore(3)
|
readSem = BoundedSemaphore(3)
|
||||||
sendSem = BoundedSemaphore(3)
|
sendSem = BoundedSemaphore(3)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue