How can I check in the log the operation of the “reduce order size” function when the MoonHook strategy is running?

: Strategy settings

The MoonHook strategy’s order reduction function can be seen in the log for the following entry:
BTC: [1] (40) Buy order reduced: 1000.00$ => 23.32$ (Vol: 23.32$).
In this log, the OrderSize of the strategy was 1000$, while the average trading volume over 100ms was only 23$, thus the startegy has placed a buy order of 23$.