0

How do I disable red INFO messages when running stream or live recognizer? I am using Configuration, not ConfigurationManager no I can't modify default.config.xml

Tahnik Mustasin
  • 2,216
  • 2
  • 18
  • 21

1 Answers1

6

Ok so the cleanest way I've found is if you're using maven then in the resources folder create edu/cmu/sphinx/api folders and inside api put the default.config.xml from here. Then edit this xml file and change the logLevel property value to OFF. That should remove the info messages from console. Good luck!

Tahnik Mustasin
  • 2,216
  • 2
  • 18
  • 21