mirror of
https://github.com/NarrativeScience-old/log.io.git
synced 2026-04-25 17:15:52 +03:00
[PR #71] [CLOSED] Fix and improve server/harvester logging #240
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#240
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?
📋 Pull Request Information
Original PR: https://github.com/NarrativeScience-old/log.io/pull/71
Author: @parkerd
Created: 5/19/2013
Status: ❌ Closed
Base:
master← Head:logging📝 Commits (2)
4b43fd5Fix and improve server/harvester logginge2d31c3Fix typo when added new lib📊 Changes
8 files changed (+33 additions, -26 deletions)
View changed files
📝
bin/log.io-harvester(+0 -7)📝
bin/log.io-server(+0 -8)📝
conf/log_server.conf(+2 -1)📝
conf/web_server.conf(+1 -0)📝
src/harvester.coffee(+3 -3)📝
src/server.coffee(+6 -5)➕
src/util.coffee(+18 -0)📝
test/functional.coffee(+3 -2)📄 Description
First, thanks for the great app. Started playing with Log.io yesterday and once I got things running it was excellent. Works very well with our existing Logstash setup to provide a realtime view of events.
It did take me some time to get it going though, which wasn't helped by the logging of Log.io itself being more or less broken (for me at least). I've tried to fix a few things:
I'm decent at JS but still learning, and entirely new to Coffee, so if I've made any major mistakes let me know. Have a few other patches I'll submit later for bugs I've hit since getting the logging visible.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.