botpress / nlu

This repo contains every ML/NLU related code written by Botpress in the NodeJS environment. This includes the Botpress Standalone NLU Server.
23 stars 21 forks source link

chore: Refactor logging, remove debug #13

Closed charlescatta closed 3 years ago

charlescatta commented 3 years ago

To set the verbosity level run nlu --verbosity {0-4}

Critical = 0
Error = 1
Warn = 2
Info = 3
Debug = 4