mirror of
https://github.com/NarrativeScience-old/log.io.git
synced 2026-04-26 01:25:55 +03:00
[GH-ISSUE #196] Can we pass "logStreams" as CLI parameter in harvester.conf ? #165
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#165
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 @nainav on GitHub (Jan 2, 2018).
Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/196
Hi ,
I have a question regarding a use case !
Monitoring different files which are not present in harvester.conf
Can we pass "logStreams" as CLI parameter in harvester.conf ?
@msmathers commented on GitHub (Jan 10, 2020):
v0.4.3 uses JSON configuration. You can have a separate process dynamically generate a JSON file, then use the
LOGIO_FILE_INPUT_CONFIG_PATHenvironment variable to point at your configuration file.