Mike Smathers

Results 15 comments of Mike Smathers

Click the "+ Add Screen" button and a screen will appear, along with a corresponding checkbox.

If that doesn't work, could you please open up the browser console in Firefox and screenshot any errors you see.

This is not currently supported... I'll add this as a feature request. I'm not too familiar with all ASCII color escape codes, would implementing support for the following table be...

This is a known limitation of node.js' `fs.watch()` mechanism and we have a planned feature issue for this: #211 In the meantime, your options are: - Turn off file rotation...

See https://github.com/NarrativeScience/log.io/releases/tag/v0.4.14

Additionally, could you post a list of the filenames in that directory if it's not too long / private?

Alright, so I just published a new version (v0.4.15) that I'm hoping solves your original issue. I was able to simulate log rotation by moving a file that was being...

A couple questions: - How much time elapsed between when you started the harvester process and when logs were no longer being sent to the server? - Do you have...

Currently log.io is intended to be run as its own process, however it should be possible to modify it to be used as middleware by separate express app. Will flag...