1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

revamp logging

This commit is contained in:
checktheroads
2020-04-14 10:24:20 -07:00
parent 90725ed67f
commit 5f3c516f86
20 changed files with 202 additions and 165 deletions

View File

@@ -11,6 +11,7 @@ from gunicorn.arbiter import Arbiter
from gunicorn.app.base import BaseApplication
# Project
from hyperglass.log import log
from hyperglass.constants import MIN_PYTHON_VERSION, __version__
pretty_version = ".".join(tuple(str(v) for v in MIN_PYTHON_VERSION))
@@ -27,7 +28,6 @@ from hyperglass.configuration import ( # isort:skip
frontend_params,
)
from hyperglass.util import ( # isort:skip
log,
cpu_count,
check_redis,
build_frontend,