Improving your models from feedback - What is logging chats with RASA NLU server

Hi,

In the following link, Evaluating and Improving Models it has been mentioned that ’ Rasa NLU server will log every request made to the /parse endpoint to a file. By default these are saved in the folder logs'.

  • What are the parameters I should set to get this working? Say, with the ‘weatherbot’ example, I don’t think there is any ‘logs’ folder or logging mechanism. What am I missing here?
1 Like

I’m also looking for this logs folder. Any updates on this question?

I’ve tried the following options with no luck:

python -m rasa_core.run -d models/current/dialogue -u models/current/nlu --endpoints endpoints.yml --response_log log/ -w log/server.log

I was trying to use the NLU logging option on Rasa Core. The --response_logs option is working with rasa_nlu.server:

python -m rasa_nlu.server -c config.yml --path /app/projects --response_log logs