1
0
Fork 0

로그레벨 조절

This commit is contained in:
Sangbum Kim 2018-03-04 21:21:03 +09:00
parent 8af84541ef
commit bf7acafbb1
1 changed files with 1 additions and 1 deletions

View File

@ -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)