synse-server icon indicating copy to clipboard operation
synse-server copied to clipboard

replaces structlog with containerlog

Open edaniszewski opened this issue 3 years ago • 0 comments

related to https://github.com/vapor-ware/synse-server/issues/384

the move to synse v3 including using structlog to get structured logging. the analysis in the above issue indicate that doing so added latency to requests.

containerlog was created as an opinionated structured logging library that is speedy, so replacing structlog with containerlog should reduce request latency.

as part of this work item, some latency tests should be run once replaced to verify that the request latency is reduced.

edaniszewski avatar Aug 11 '20 17:08 edaniszewski