Show nio logging warnings

This commit is contained in:
miruka 2021-07-23 16:39:59 -04:00
parent ba236e2be3
commit 47cfd7c7b0

View File

@ -40,7 +40,7 @@ from .user_files import (
# Logging configuration # Logging configuration
log.getLogger().setLevel(log.INFO) log.getLogger().setLevel(log.INFO)
nio.logger_group.level = nio.log.logbook.ERROR nio.logger_group.level = nio.log.logbook.WARNING
nio.log.logbook.StreamHandler(sys.stderr).push_application() nio.log.logbook.StreamHandler(sys.stderr).push_application()