diff --git a/python/paddle/distributed/ps/coordinator.py b/python/paddle/distributed/ps/coordinator.py index 0d7fa87f2457dd16bda028b500271bfa006ed8e6..441ace16830d06ce7125d134e0bca28196850d1e 100755 --- a/python/paddle/distributed/ps/coordinator.py +++ b/python/paddle/distributed/ps/coordinator.py @@ -25,7 +25,7 @@ import logging logging.basicConfig( format='%(asctime)s %(levelname)-2s [%(filename)s:%(lineno)d] %(message)s', - level=logging.DEBUG) + level=logging.INFO) logger = logging.getLogger(__name__)