Home
last modified time | relevance | path

Searched refs:LL_DEBUG (Results 1 – 9 of 9) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dreplication.c348 serverLog(LL_DEBUG, "[PSYNC] Replica request offset: %lld", offset); in addReplyReplicationBacklog()
351 serverLog(LL_DEBUG, "[PSYNC] Backlog history len is zero"); in addReplyReplicationBacklog()
355 serverLog(LL_DEBUG, "[PSYNC] Backlog size: %lld", in addReplyReplicationBacklog()
357 serverLog(LL_DEBUG, "[PSYNC] First byte: %lld", in addReplyReplicationBacklog()
359 serverLog(LL_DEBUG, "[PSYNC] History len: %lld", in addReplyReplicationBacklog()
361 serverLog(LL_DEBUG, "[PSYNC] Current index: %lld", in addReplyReplicationBacklog()
366 serverLog(LL_DEBUG, "[PSYNC] Skipping: %lld", skip); in addReplyReplicationBacklog()
373 serverLog(LL_DEBUG, "[PSYNC] Index of first byte: %lld", j); in addReplyReplicationBacklog()
381 serverLog(LL_DEBUG, "[PSYNC] Reply total length: %lld", len); in addReplyReplicationBacklog()
387 serverLog(LL_DEBUG, "[PSYNC] addReply() length: %lld", thislen); in addReplyReplicationBacklog()
H A Dcluster.c953 serverLog(LL_DEBUG,"Renaming node %.40s into %.40s", in clusterRenameNode()
1348 if (server.verbosity == LL_DEBUG) { in clusterProcessGossipSection()
1350 serverLog(LL_DEBUG,"GOSSIP %.40s %s:%d@%d %s", in clusterProcessGossipSection()
1642 serverLog(LL_DEBUG,"--- Processing packet of type %d, %lu bytes", in clusterProcessPacket()
1735 serverLog(LL_DEBUG,"Ping packet received: %p", (void*)link->node); in clusterProcessPacket()
1792 serverLog(LL_DEBUG,"%s packet received: %p", in clusterProcessPacket()
2128 serverLog(LL_DEBUG,"I/O error writing to node link: %s", in clusterWriteHandler()
2181 serverLog(LL_DEBUG,"I/O error reading from node link: %s", in clusterReadHandler()
3398 serverLog(LL_DEBUG, "Unable to connect to " in clusterCron()
3430 serverLog(LL_DEBUG,"Connecting with Node %.40s at %s:%d", in clusterCron()
[all …]
H A Dsentinel.c642 if (level != LL_DEBUG) { in sentinelEvent()
795 sentinelEvent(LL_DEBUG,"+script-child",NULL,"%ld",(long)pid); in sentinelRunPendingScripts()
829 sentinelEvent(LL_DEBUG,"-script-child",NULL,"%ld %d %d", in sentinelCollectTerminatedScripts()
2009 sentinelEvent(LL_DEBUG,"-cmd-link-reconnection",ri,"%@ #%s", in sentinelReconnectInstance()
2032 sentinelEvent(LL_DEBUG,"-pubsub-link-reconnection",ri,"%@ #%s", in sentinelReconnectInstance()
H A Dscripting.c806 if (level < LL_DEBUG || level > LL_WARNING) { in luaLogCommand()
956 lua_pushnumber(lua,LL_DEBUG); in scriptingInit()
H A Dconfig.c72 {"debug", LL_DEBUG},
2030 serverLog(LL_DEBUG,"Not rewritten option: %s", option);
H A Ddefrag.c878 serverLog(LL_DEBUG, in getAllocatorFragmentation()
H A Dserver.h334 #define LL_DEBUG 0 macro
H A Drdb.c1970 serverLog(LL_DEBUG,"Unrecognized RDB AUX field: '%s'", in rdbLoadRio()
H A Dmodule.c3494 if (!strcasecmp(levelstr,"debug")) level = LL_DEBUG; in RM_LogRaw()