mirror of
https://github.com/vxcontrol/soldr-modules.git
synced 2026-07-19 13:33:58 -04:00
[GH-ISSUE #8] Module doesn't read several files #2
Reference in New Issue
Block a user
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 @Arkweid on GitHub (Dec 7, 2022).
Original GitHub issue: https://github.com/vxcontrol/soldr-modules/issues/8
Originally assigned to: @souryogurt on GitHub.
Module file_reader doesn't read several files added in config.
Environment: Windows 10 x64
Step to reproduce:
@souryogurt commented on GitHub (Dec 20, 2022):
I'll take it. After discussing this issue with the original author, it has become more apparent why he requested this feature.
Users want to track log files of applications that has a rotation mechanism. They can't specify an absolute path to log files because applications create such files during work.
The leading case is tracking of IIS log files.
I should implement two mechanics:
For the latter, I will utilize Windows's filesystem notification API.