Commit 98abc0a0 authored by Thong Kuah's avatar Thong Kuah

Clarify log message

The host may have come back online or it is **still** online after a
replica status check.
parent f06e8de8
...@@ -74,7 +74,7 @@ module Gitlab ...@@ -74,7 +74,7 @@ module Gitlab
if @online if @online
LoadBalancing::Logger.info( LoadBalancing::Logger.info(
event: :host_online, event: :host_online,
message: 'Host came back online', message: 'Host is online after replica status check',
db_host: @host, db_host: @host,
db_port: @port db_port: @port
) )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment