rasarasa-nlu

What is log level in RASA? What is its purpose?


1

I am new to this environment. help me find out what this is for

some commands are also given.

LOG_LEVEL_LIBRARIES=ERROR LOG_LEVEL_MATPLOTLIB=WARNING LOG_LEVEL_KAFKA=DEBUG rasa shell --debug

LOG_LEVEL_LIBRARIES=DEBUG LOG_LEVEL_MATPLOTLIB=DEBUG rasa shell --verbose

Solution

  • This is about the messages you could probably see when you run or train your rasa. Rasa offers you the option to activate/desactivate logs for external libraries. You can do so by setting these environment variable. For example for MacOS you can do so by typing in your CLI: export VARIABLE_NAME=VARIABLE_VALUE You can read more about this here: