Unfortunately that won't work, only one File directive can be used per module instance. On the other hand you can add multiple im_file instances to your conf. Not so nice but works.
As workaround, create a directory /var/log/nxlog-logs , and populate it with symlinks to log files which you want to use
I'm thinking it for apache logs (/var/log/apache/*access_log). Logs are rotated inside /var/log/apache, so I need or move it out or made that workaround
Comments (1)
Hello,
As workaround, create a directory /var/log/nxlog-logs , and populate it with symlinks to log files which you want to use
I'm thinking it for apache logs (/var/log/apache/*access_log). Logs are rotated inside /var/log/apache, so I need or move it out or made that workaround
Regards