Hi, the log doesn't stop generating after n lines when logging to file: ` docker run -it -v ${PWD}/log:/log --rm mingrammer/flog -t log -w -o /log/apache.log -b 10485760 -p 1048576 -n 10 -d 1s` Is there a way to stop at n lines when logging to file? Thanks.