I am trying to log the requests to my tornado server to separate file, and I want to make a log rotation for each day. I want to use the tornado.log function and not the python logging.
I have defined the log path in my main class and it is logging properly I want to know if I can do a log rotate.
Does tornado log allow us to log things based on type like log4j
Thanks