Hello i was wondering if there is any way to create the logs file every 1 hour because its hard to investigate when all logs in the same file and one more thing the file keeps getting bigger on my server that even i cant open it anymore
nohup rasa run -p 7001 --enable-api --log-file out.log --debug &
i am using this command
any ideas how i can do it ?