[Kimchi-devel] [RFC] [Wok] Issue #139: Do not generate logrotate config file on the fly

Ramon Medeiros ramonn at linux.vnet.ibm.com
Wed Oct 26 18:55:08 UTC 2016


Propose:

Do not regenerate logrotate conf at startup of wok.

Questions:

1) The wok conf will be generated at make ? And then copied at make rpm?

2) The [logging] configuration at wok.conf will be removed? letting to 
the user to change parameters?

3) This is the template for logrotate file

LOGROTATE_TEMPLATE = """
${log_dir}/*log {
     daily
     nomail
     maxsize ${log_size}
     rotate 10
     nomissingok
     compress
}
"""

which vales for log_dir and log_size we will use?


-- 

Ramon Nunes Medeiros
Kimchi Developer
Linux Technology Center Brazil
IBM Systems & Technology Group
Phone : +55 19 2132 7878
ramonn at br.ibm.com

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ovirt.org/pipermail/kimchi-devel/attachments/20161026/3f06cfca/attachment.html>


More information about the Kimchi-devel mailing list