Set default log level to "WARNING"

This commit is contained in:
Grant Sanderson 2024-12-07 08:14:56 -07:00
parent 0ef12ad7e4
commit 5fa99b7723

View file

@ -11,4 +11,4 @@ logging.basicConfig(
)
log = logging.getLogger("manimgl")
log.setLevel("DEBUG")
log.setLevel("WARNING")