Unverified Commit 762416ff authored by Stas Bekman's avatar Stas Bekman Committed by GitHub
Browse files

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

parent 74837171
......@@ -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]",
)
......
......@@ -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]",
)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment