Skip to content

Commit

Permalink
fix logging debug level (#44684)
Browse files Browse the repository at this point in the history
* back fl

* delete ssl cert

* .

* make warning

* .

* unittest paral degree

* solve unittest

* heter & multi cloud commm ready

* .

* .

* fl-ps v1.0

* .

* support N + N mode

* .

* .

* .

* .

* delete print

* .

* .

* .

* .

* fix bug

* .

* .

* fl-ps with coordinator ready

* merge dev

* update message parse only

* update fl client scheduler

* fix bug

* update multithreads sync

* fix ci errors

* update role_maker.py

* update role_maker.py

* fix ci error: windows py import error

* fix ci error: windows py import error

* fix windows ci pylib import error

* add dump fields & params

* try to fix windows import fleet error

* fix ps FLAGS error

* fix logging risk

* fix logging possible risk
  • Loading branch information
ziyoujiyi authored Jul 28, 2022
1 parent ed85758 commit 8aa286d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/paddle/distributed/ps/coordinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__)


Expand Down

0 comments on commit 8aa286d

Please sign in to comment.