From bf7acafbb10426020914c1e91767610e446bbad2 Mon Sep 17 00:00:00 2001 From: Sangbum Kim Date: Sun, 4 Mar 2018 21:21:03 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A1=9C=EA=B7=B8=EB=A0=88=EB=B2=A8=20?= =?UTF-8?q?=EC=A1=B0=EC=A0=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 9748e5d..9940666 100644 --- a/main.py +++ b/main.py @@ -74,7 +74,7 @@ if __name__ == '__main__': try: # Use signal handler to throw exception which can be caught to allow # graceful exit. - logging.basicConfig(level=logging.INFO) + logging.basicConfig(level=logging.WARN) readSem = BoundedSemaphore(3) sendSem = BoundedSemaphore(3)