mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-24 23:08:57 +06:00
[examples/flax/language-modeling] set loglevel (#15129)
This commit is contained in:
parent
74837171ab
commit
762416ffa8
@ -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]",
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user