eclecticiq / OpenTAXII

TAXII server implementation in Python from EclecticIQ
BSD 3-Clause "New" or "Revised" License
189 stars 89 forks source link

Upgrade gunicorn #172

Closed orsinium closed 4 years ago

orsinium commented 4 years ago
  1. Upgrade Gunicorn to the version used in the EclecticIQ platform.
  2. Rewrite root logger. New gunicorn sets the root logger (before it was missed accidentally): https://github.com/benoitc/gunicorn/pull/1958. We should rewrite it to force using the JSON handler.
orsinium commented 4 years ago

Tested locally: image