tophat / sanity-runner

Automate your sanity tests against a chrome browser running in AWS Lambda. Can be implemented into deployment pipelines for easy post-deploy tests or can be run on the regular to determine if your site starts regressing
https://tophat.github.io/sanity-runner/
Apache License 2.0
41 stars 4 forks source link

Pass log format from client to service and support multiple log formats in service #321

Open noahnu opened 2 years ago

noahnu commented 2 years ago

A lot of work has been done to improve the logging. We should sync the log config between client and service though. i.e. pass the log format from the client to the service.

We could also pull out the log util from the client into a log package common to the service and the client.