Change domlogs to end with an actual extension
Open Discussion
As a system administrator I'd love to have domlogs in /var/log/apache2/domlogs/ to end with ".log"
Currently you'll find things ending with bytes_log, ssl_log, and the TLD of the domain, it's not very friendly if we want to match log-files (Filebeat for ElasticSearch being a good example)
My suggestion would be:
/var/apache/domlogs/domain.com.log
/var/apache/domlogs/domain.eu.log
/var/apache/domlogs/domain.xxx-ssl.log
/var/apache/domlogs/domain.nu-bytes.log
Replies have been locked on this page!