mirror of
https://github.com/NarrativeScience-old/log.io.git
synced 2026-04-25 09:05:55 +03:00
[GH-ISSUE #17] Log.io isn't writing to it's own log files #15
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#15
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 @mddubs on GitHub (Jan 6, 2012).
Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/17
Running on Amazon x64 AMI and I've had a few hiccups along the way (wouldn't install with latest version of node, failed to create logio user, requires +rx directory permissions for files you want to stream), but it's definitely working. Except that Log.io's own log files are completely blank.
@msmathers commented on GitHub (Jan 9, 2012):
This was due to a regression in forever, I've updated the dependency to v0.8.2 which has fixed the problem.
@mddubs commented on GitHub (Jan 9, 2012):
Thanks for the update! Can I install the latest through npm or do I have to compile from source? If from source, are there instructions on that somewhere?
@msmathers commented on GitHub (Jan 9, 2012):
You can install the latest through NPM, here's a build recipe:
https://github.com/NarrativeScience/Log.io/wiki/v0.2.1-Build-Recipe-(Ubuntu-11.04)