sync_gateway
sync_gateway copied to clipboard
scope message about searching for database config
On startup, this will log as follows, which is confusing at best for what it is doing.
2024-04-19T17:57:22.896+02:00 [INF] Config: GetDatabaseConfigs starting (attempt 1/5)
2024-04-19T17:57:32.894+02:00 [INF] Config: GetDatabaseConfigs starting (attempt 1/5)
2024-04-19T17:57:32.896+02:00 [INF] Config: GetDatabaseConfigs starting (attempt 1/5)
2024-04-19T17:57:32.897+02:00 [INF] Config: GetDatabaseConfigs starting (attempt 1/5)
I'm not sure if INFO logging is already too aggressive here, this was added in https://github.com/couchbase/sync_gateway/pull/6720 and will log every 10s.