[GH-ISSUE #219] How to write configuration file when monitoring many log files #182

Closed
opened 2026-02-26 05:31:32 +03:00 by kerem · 2 comments
Owner

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

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
kerem closed this issue 2026-02-26 05:31:32 +03:00
Author
Owner

@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.

<!-- gh-comment-id:581898263 --> @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.
Author
Owner

@592713711 commented on GitHub (Feb 5, 2020):

thx ~
this help for me

<!-- gh-comment-id:582225520 --> @592713711 commented on GitHub (Feb 5, 2020): thx ~ this help for me
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/log.io-NarrativeScience-old#182
No description provided.