Merge branch '13-structured-logging' into 'main'
use structlog See merge request !12
Showing
- configure.sh 9 additions, 1 deletionconfigure.sh
- gunicorn.conf.py 6 additions, 0 deletionsgunicorn.conf.py
- registrar/backend/eoxserver.py 33 additions, 31 deletionsregistrar/backend/eoxserver.py
- registrar/cli.py 31 additions, 3 deletionsregistrar/cli.py
- registrar/daemon.py 4 additions, 4 deletionsregistrar/daemon.py
- registrar/post_handlers.py 3 additions, 3 deletionsregistrar/post_handlers.py
- registrar/registrar.py 32 additions, 29 deletionsregistrar/registrar.py
- registrar/source.py 7 additions, 4 deletionsregistrar/source.py
- registrar/xml.py 2 additions, 2 deletionsregistrar/xml.py
- requirements.txt 1 addition, 0 deletionsrequirements.txt
... | ... | @@ -6,5 +6,6 @@ pyyaml<6.0 |
jsonschema<5.0 | ||
boto3<2.0 | ||
django-cors-headers<4.0 | ||
django-structlog==2.2.0 | ||
pystac<2.0 | ||
http-access==0.1.3 |
Please register or sign in to comment