yaronyudov
Results
1
comments of
yaronyudov
> My suggestion is to add some wildcard parameter which can be used to detect the files. Something like `../_logs/archive/*/*/loggedService/log*.txt.gz` (or Regex) which will match files like `../_logs/archive/2021/02/loggedService/log20210225.txt.gz`. It should...