Hi all, this should be a quick and simple question.
I'm going to production with Pocketsphinx and would like to reduce the debug
verbosity to ERROR only. I've set the -debug command line property to '0' but
am still getting tons of INFO messages. What am I doing wrong?
Thanks, Andrew
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all, this should be a quick and simple question.
I'm going to production with Pocketsphinx and would like to reduce the debug
verbosity to ERROR only. I've set the -debug command line property to '0' but
am still getting tons of INFO messages. What am I doing wrong?
Thanks, Andrew
There is no such option as debug. To reduce output, use
or call inside your app
Worked perfect, thanks!