mirror of
https://github.com/redis/redis.git
synced 2026-02-03 20:39:54 -05:00
debug log
This commit is contained in:
parent
c1b8e52a6e
commit
b89b9af5d0
1 changed files with 1 additions and 1 deletions
|
|
@ -1588,7 +1588,7 @@ void activeDefragCycleLogStats(void) {
|
|||
return;
|
||||
allocatorFragInfo info;
|
||||
getAllocatorFragmentation(&info);
|
||||
serverLog(LL_VERBOSE,
|
||||
serverLog(LL_DEBUG,
|
||||
"Active defrag: "
|
||||
"cycles_started=%d, "
|
||||
"total_time=%dms, "
|
||||
|
|
|
|||
Loading…
Reference in a new issue