Skip to content

Log service discovery host list updates

Simon Tomlinson requested to merge stomlinson/service-discovery-logging into master

What does this MR do?

Adds a log message when the host list for postgres secondary service discovery is updated.

This log message should help to distinguish the problem in #323726 (closed) between two scenarios:

  1. The host list is set to an empty list during service discovery
  2. The host list is empty because service discovery has not yet run for the first time when the host list is queried.

Screenshots or Screencasts (strongly suggested)

How to setup and validate locally (strongly suggested)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

This change simply adds a log line.

Merge request reports