This disables the logging workaround for a bug that has previously occurred on Windows using the Kaldi engine back-end. I have reason to believe the bug no longer occurs, so the verbose debug logging can be disabled.
If I am mistaken in this, then the workaround may be enabled by calling the KaldiEngine._apply_win32_kb_input_logging_fix() method.
Re: #182.
This disables the logging workaround for a bug that has previously occurred on Windows using the Kaldi engine back-end. I have reason to believe the bug no longer occurs, so the verbose debug logging can be disabled.
If I am mistaken in this, then the workaround may be enabled by calling the
KaldiEngine._apply_win32_kb_input_logging_fix()
method.