mirror of
https://github.com/NarrativeScience-old/log.io.git
synced 2026-04-26 01:25:55 +03:00
[GH-ISSUE #219] How to write configuration file when monitoring many log files #182
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#182
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 @592713711 on GitHub (Feb 4, 2020).
Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/219
for example:
I have 100 log files (xx.log) all have .log suffix,
How can I not configure them one by one to ~/.log.io/inputs/file.json
@msmathers commented on GitHub (Feb 4, 2020):
You can specify a directory path in configuration and it will watch all files in that directory when the process starts up. However it will not pick up files nested in descendant directories, nor will it discover new files to watch after the process has started.
#211 will allow support for wildcard patterns, and will explore new file discovery.
@592713711 commented on GitHub (Feb 5, 2020):
thx ~
this help for me