I am using RASA NLU using below command on terminal:
python -m rasa train --data data.json -c config.yml
I can see the training logs on the terminal. but I want to store it in some file. How can I do that? Any place where these logs might be already getting saved?