openfaas / golang-http-template

Golang templates for OpenFaaS using HTTP extensions
https://www.openfaas.com/
MIT License
106 stars 57 forks source link

Use of-watchdog 0.9.3 to suppress custom health check logging messages #66

Closed nitishkumar71 closed 2 years ago

nitishkumar71 commented 2 years ago

Signed-off-by: Nitishkumar Singh nitishkumarsingh71@gmail.com

Description

Use of-watchdog 0.9.3 to suppress custom health check logging messages

Closes #65

How Has This Been Tested?

  1. Made changes into template
  2. Created new function with from local templates using faas-cli new golang-http-test --lang golang-http
  3. Build function faas-cli build -f ./golang-http-test.yml
  4. Deploy function faas-cli deploy -f ./golang-http-test.yml
  5. Invoke function

How are existing users impacted? What migration steps/scripts do we need?

Only custom health check logs are being removed from logs. Ideally it should not impact any user, unless they are monitoring health check logs

Checklist:

I have:

alexellis commented 2 years ago

Thank you for the PR.