Is it possible to append date pattern to the name of log file?

Now we can add --log flag to run Logstash in order to write logs to a file,
just like: --log run.log.

But I want to write logs to another file every day without restart Lostash,
just like that: --log run-%{+YYYY.MM.dd}.log