Rasa_nlu.server: what should be entered in -w / --write?

Hi all

In the NLU server.py config stated here, there is a param called -w / --write. Can anyone please tell me what is the value of this param?

I tried: -w log, while log is a directory, it didn’t work. No log file found for that.

I tried: -w log/server.log, while log is a directory and server.log is a file, it didn’t work. No log found in that file.

Thank you.

Hi @alucard001, this looks like a bug - the logging module does not have access to the root loggers. We’ll look into fixing this as soon as we can. Thanks for pointing this out!