issues
search
CSIRO-enviro-informatics
/
loci-integration-api
This application provides a convenient interface for executing common functions across the whole LOCI system.
0
stars
3
forks
source link
Log level updates
#86
Closed
ashleysommer
closed
3 years ago
ashleysommer
commented
3 years ago
Change default sanic logger configuration to WARNING instead of INFO.
This prevents sanic from logging accesses and other superfluous details to stdout
Bump the version of Sanic and plugins to latest. Picks up bugfixes etc.
Change prod method to use uvicorn instead of python directly. This is a better prod deployment method.
Change uvicorn log level to WARNING instead of INFO. This prevents uvicorn from logging accesses and other superfluous details to its log.