mirror of
https://github.com/NarrativeScience-old/log.io.git
synced 2026-04-25 17:15:52 +03:00
[PR #78] [CLOSED] Folder support added to logStreams #241
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#241
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/78
Author: @eeertekin
Created: 5/28/2013
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
d31195aFolder support added.📊 Changes
2 files changed (+14 additions, -0 deletions)
View changed files
📝
conf/harvester.conf(+3 -0)📝
src/harvester.coffee(+11 -0)📄 Description
Sample configuration :
xports.config = {
nodeName: "RDS",
logStreams: {
eee : [
"/www/v3/eee/logs/",
]
},
server: {
host: '0.0.0.0',
port: 28777
}
}
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.