According to the SOL, this is the file where you would make the changes...Unless i'm missing something else. When you say config file... is there somewhere else or would this would be the file?
Using a text editor, open the /usr/share/defaults/config/templates/logrotatecommon.tmpl file
This is my file...
Use the bigpipe shell utility to make changes to the system configuration.
@perl_begin
my $helpLine = "UNIX_CONFIG_LOGROTATECOMMON_REPLACE_TEMPLATEHELP";
print "\ For more information, see $helpLine.\n";
@perl_end
rotate log files daily
daily
logrotate_enhance controls the log files life cycle
rotate UNIX_CONFIG_LOGROTATECOMMON_DEFINE_BACKLOGS
create new (empty) log files after rotating old ones
create
compress
It will override the --force and daily, weekly... options
to rotate logs only when log file reaches certain size.
UNIX_CONFIG_LOGROTATECOMMON_REPLACE_INCLUDE