Thomas Hoppe

Results 58 comments of Thomas Hoppe

I still see this with charlock holmes 0.6.9.4: ``` Installing charlock_holmes (0.6.9.4) Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension. /usr/bin/ruby20 extconf.rb checking for main() in -licui18n... yes checking for...

Same here, although we are not `await`ing in `eachMessage()`.

For me this is working fine with the latest version. I just set in `test.js` in the options `indexPrefix: 'scraper'` and after running the test, I have an index called...

I suppose you are using an ES instance that might already have older indexes. Can you maybe try to rempty all data in your ES instance and let the logger...

have you tried to listen to the error event via `.on('error', ...)` ?

Hi, sure, if you create a PR I'm very happy to add it. I hope you can even control this behavior with the ES client. Thx

ok, do you have any suggestion when to close it? I don't think it's efficient to close it after each and every logged entry. Usually the logging only ends when...

@christiansaiki can you explain the actual issue, I cannot completely follow @RTsGIT words. As far as I understand the app does not exit when you want to end it because...

OK and what exactly means existing the application - `process.exit()`? In our case we stop applications mostly by stopping the container it is running in and so there is no...