sync_gateway icon indicating copy to clipboard operation
sync_gateway copied to clipboard

scope message about searching for database config

Open torcolvin opened this issue 9 months ago • 0 comments

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.

torcolvin avatar Apr 24 '24 18:04 torcolvin