Curator log path setting

Is there a way to set the daily rolling log file for the curator?

logging:
loglevel: INFO
logfile:/tmp/curator.log
logformat: default
blacklist: ['elasticsearch', 'urllib3']

It does not presently do any kind of rollover on its own.

OK. Thank you.