meta data de esta página
  •  

Diferencias

Muestra las diferencias entre dos versiones de la página.

Enlace a la vista de comparación

Ambos lados, revisión anteriorRevisión previa
Próxima revisión
Revisión previa
linux:logrotate [2012/02/22 10:10] lclinux:logrotate [2023/01/18 14:10] (actual) – editor externo 127.0.0.1
Línea 7: Línea 7:
 <file>  <file> 
 #directorio donde están los logs de la aplicación  #directorio donde están los logs de la aplicación 
-"/home/tomcat/des/logs/*.log" +/home/tomcat/des/logs/*.log 
-"/home/tomcat/pre/logs/*.log"+/home/tomcat/pre/logs/*.log
 { {
  weekly  weekly
Línea 55: Línea 55:
   * http://lifeonubuntu.com/configuring-log-rotation-of-apache2-and-other-logs/   * http://lifeonubuntu.com/configuring-log-rotation-of-apache2-and-other-logs/
   * http://www.thegeekstuff.com/2010/07/logrotate-examples/   * http://www.thegeekstuff.com/2010/07/logrotate-examples/
 +  * http://articles.slicehost.com/2010/6/30/understanding-logrotate-on-centos-part-1
 +  * http://articles.slicehost.com/2010/6/30/understanding-logrotate-on-centos-part-2