File globbing syntax
Posted: 09 Oct 2019, 18:26
Hello,
I ' d like to know if inside:
I can use the following syntax for file globbing:
Is LFD able to read/lead those log files?
I ' d like to know if inside:
Code: Select all
/etc/csf/csf.conf
Code: Select all
...
...
# Log file locations
#
# File globbing is allowed for the following logs. However, be aware that the
# more files lfd has to track, the greater the performance hit
#
# Note: File globs are only evaluated when lfd is started
#
...
...
APACHE_LOG = "/var/www/vhosts/*/*/logs/*_log"
NGINX_LOG = "/var/log/nginx/*.log"
...
...
Is LFD able to read/lead those log files?