log files in .log format

nservices

Verified User
Joined
Dec 11, 2008
Messages
302
Hi,
there is an option to get the log files in /home/$username/domains/$domain/logs
in uncompressed version (.log instead of .tar.gz)

Best Regards,
Star Network.
 
copy log files from /var/log/httpd/domains automaticly

there is some crone job for this option ?
 
logs are in /var/log , you should make a script to move the logs for each domain in the domain folder.. but... why??

with a script and cronjob you can unzip files and move... i dont see any reason for do that
 
logs are in /var/log , you should make a script to move the logs for each domain in the domain folder

It already does. He wants them to remain unziped. You will need to set up a cron job to do this.
 
Your OS distribution's logging daemon should have an option for zipping log files or not.

Jeff
 
work, thanks for your help !

finally i just create addition log file in the domain http config file, directly to the log directory
 
Just so you know that also increases server load unnecessarily.
 
Back
Top