I'd prefer for logadm to name files with a YYYYMMDD extensions, instead of the standard .0, .1, .2 ... I'd still want log admin to keep the last 'n' log rotations.
Is this possible, or am using the wrong tool for application log rotation? I'm rotating files only based on date, and not by size.
If you want to keep the last 10 rotations with YYYYMMDD extensions:
See also the logadm and strftime manpages.