Clients connected and bytes used is too spammy for verbose.
This message is there for ten years, but is hardly useful. Moreover it is likely that it will fill an entire disk if log ratation is not configured, for no good reasons.
This commit is contained in:
parent
29fddf3291
commit
441cd9713c
@ -1942,7 +1942,7 @@ int serverCron(struct aeEventLoop *eventLoop, long long id, void *clientData) {
|
|||||||
/* Show information about connected clients */
|
/* Show information about connected clients */
|
||||||
if (!server.sentinel_mode) {
|
if (!server.sentinel_mode) {
|
||||||
run_with_period(5000) {
|
run_with_period(5000) {
|
||||||
serverLog(LL_VERBOSE,
|
serverLog(LL_DEBUG,
|
||||||
"%lu clients connected (%lu replicas), %zu bytes in use",
|
"%lu clients connected (%lu replicas), %zu bytes in use",
|
||||||
listLength(server.clients)-listLength(server.slaves),
|
listLength(server.clients)-listLength(server.slaves),
|
||||||
listLength(server.slaves),
|
listLength(server.slaves),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user