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@br.ibm.com