Hello,
default subdomain log format is :
CustomLog /var/log/httpd/domains/domainname.org.subdomain.bytes bytes
CustomLog /var/log/httpd/domains/domainname.org.subdomain.log combined
The problem:
we use one big log files with %v (ServerName) token in line and then split it to coresponding "small" files ( http://httpd.apache.org/docs/2.4/programs/split-logfile.html )
So subdomain logs is being placed in files named /var/log/httpd/domains/subdomain.domainname.org.log
Question is - will DA tally (and DA log viewer) handle that filename and correctly parse these files ?
default subdomain log format is :
CustomLog /var/log/httpd/domains/domainname.org.subdomain.bytes bytes
CustomLog /var/log/httpd/domains/domainname.org.subdomain.log combined
The problem:
we use one big log files with %v (ServerName) token in line and then split it to coresponding "small" files ( http://httpd.apache.org/docs/2.4/programs/split-logfile.html )
So subdomain logs is being placed in files named /var/log/httpd/domains/subdomain.domainname.org.log
Question is - will DA tally (and DA log viewer) handle that filename and correctly parse these files ?