mirror of
https://github.com/NarrativeScience-old/log.io.git
synced 2026-04-25 09:05:55 +03:00
[GH-ISSUE #13] Log.io not reading logs created by forever #8
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/log.io-NarrativeScience-old#8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ralphholzmann on GitHub (Nov 8, 2011).
Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/13
Heyo,
I have two node.js scripts running with the
forevermodule, and I'd like to use log.io to track their logs, but it doesn't seem to be pushing any messages through. I've set up the/etc/log.io/harvester.confcorrectly, but still no go.Here's my forever list:
Here's my
harvester.confThe harvester / server connect seems to work fine:
Now I know there are messages being appended to these logs. If I
tail -fthe log files, there's a ton of activity. For some reason its just not being pushed through the harvester. I'vestarted andstoped the log.io server and harvester multiple times to see if that was an issue, but it didn't seem to help.Any ideas?
Thanks,
Ralph
@msmathers commented on GitHub (Jan 9, 2012):
This was due to a regression in forever, I've just updated the dependency to v0.8.2 which has fixed the problem. Thanks for the message, sorry for the slow turnaround.