Skip to content

Commit 0824a20

Browse files
committed
cc postgresql: log error in watchdog
commit_hash:e0b4ebbdd71ef48b96ae294c346ecdb4bb3489f3
1 parent c76669b commit 0824a20

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

postgresql/src/storages/postgres/connlimit_watchdog.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ void ConnlimitWatchdog::DoStep(
183183
steps_with_errors_ = 0;
184184
}
185185
}
186+
LOG_WARNING() << fmt::format("Can't connect to u_clients. Fallback max_size to {}. ", connlimit_.load()) << e;
186187
}
187188

188189
on_new_connlimit_();

0 commit comments

Comments
 (0)