[examples/flax/language-modeling] set loglevel (#15129)

This commit is contained in:
Stas Bekman 2022-01-13 06:17:28 -08:00 committed by GitHub
parent 74837171ab
commit 762416ffa8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -362,7 +362,7 @@ def main():
# Setup logging
logging.basicConfig(
format="%(asctime)s - %(levelname)s - %(name)s - %(message)s",
level="NOTSET",
level=logging.INFO,
datefmt="[%X]",
)

View File

@ -492,7 +492,7 @@ def main():
# Setup logging
logging.basicConfig(
format="%(asctime)s - %(levelname)s - %(name)s - %(message)s",
level="NOTSET",
level=logging.INFO,
datefmt="[%X]",
)