CodeForPhilly / paws-data-pipeline

PAWS Data Pipeline Project
MIT License
19 stars 9 forks source link

Structured logging - client #519

Closed c-simpson closed 10 months ago

c-simpson commented 1 year ago

Split from #494 where we are using Structlog

I suggest using Pino and using keys as similar as possible to those used for the server.

osabahat commented 11 months ago

@c-simpson I tested this out after using the nginx logging config and since everything is going through nginx, it's getting JSON-ified already (see #564). Do we need more structured logging than that?