Menu

-debug verbosity

Help
2010-09-20
2012-09-22
  • Andrew Durstewitz

    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

     
  • Nickolay V. Shmyrev

    There is no such option as debug. To reduce output, use

    -logfn /dev/null
    

    or call inside your app

    err_set_logfp (NULL);
    
     
  • Andrew Durstewitz

    Worked perfect, thanks!

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.