My aim is to implement log rotation for salt-minion installed on Windows. It seems - there is no standard way to reach that: issues 34265 and 26195 on their GitHub are still alive.
I thought about some sort of win-task + a bit of scripting, but I don't want to unexpectedly stop salt-minion service: it might execute important tasks that should not be interrupted.
Maybe someone has a good solution to this problem?
Thanks to Loren Gordon for reply and Sergey Kizunov for implementation, we've got changeset merged to develop. I hope it would be in release soon.