Add JSON logger
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2022-07-11 13:28:22 +03:00
parent aa6598ee68
commit 85c9adfe74
2 changed files with 3 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ RUN apt-get update \
motor \
prometheus_client \
sanic==21.6.2 \
sanic-json-logging \
git+https://github.com/Assarius/sanic-prometheus@Sanic_22 \
&& apt-get remove -y \
build-essential \