mirror of
https://github.com/3b1b/manim.git
synced 2025-11-14 12:57:45 +00:00
Set default log level to "WARNING"
This commit is contained in:
parent
0ef12ad7e4
commit
5fa99b7723
1 changed files with 1 additions and 1 deletions
|
|
@ -11,4 +11,4 @@ logging.basicConfig(
|
|||
)
|
||||
|
||||
log = logging.getLogger("manimgl")
|
||||
log.setLevel("DEBUG")
|
||||
log.setLevel("WARNING")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue