配置文件中的Windows通配符目录



我有以下文件夹结构:

-job-folders
    -1
        -log.txt
    -2
        -log.txt
    -3  
        -log.txt

我想在上面所有的作业文件夹中观察log.txt。我目前正在使用:

<Input my-log>
    Module im_file
    File "C:job-folders*log.txt"  
    SavePos TRUE
    Recursive TRUE
</Input>

nxlog.log中,我得到

2015-12-21 12:10:25 ERROR apr_stat failed on file C:job-folders*log.txt; The filename, directory name, or volume label syntax is incorrect.

我知道它明确表示目录名不能在https://nxlog.co/docs/en/nxlog-reference-manual.html#im_file_config_file

有办法绕过这个吗?

我要找的模式是

File "C:job-folders\*log.txt"

相关内容

  • 没有找到相关文章

最新更新