m-lab / mlab-ns

M-Lab name server (load balancer for M-Lab servers)
Apache License 2.0
12 stars 10 forks source link

Changes a non-matching FQDN log message from error() to info(). #232

Closed nkinkade closed 4 years ago

nkinkade commented 4 years ago

Not matching is not an error condition, but simply a normal process. For example, mlab1.den06 will not match in staging, and mlab4.den06 will not match in production. This tiny change helps to make the mlab-ns logs look not scary when viewing them in the GCP console.


This change is Reviewable

nkinkade commented 4 years ago

Deleted branch by accident. Reopening.