Add log of startegy when clerk starts compaction
This commit is contained in:
parent
50cb98ecdd
commit
8a9db9e75e
2 changed files with 4 additions and 0 deletions
|
@ -297,6 +297,8 @@ handle_call(stop, _From, State) ->
|
|||
|
||||
handle_cast({compact, Checker, InitiateFun, CloseFun, FilterFun, Manifest0},
|
||||
State) ->
|
||||
leveled_log:log("IC014", [State#state.reload_strategy,
|
||||
State#state.max_run_length]),
|
||||
% Empty the waste folder
|
||||
clear_waste(State),
|
||||
SW = os:timestamp(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue