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