logadm

I have a log file that I want to rotate eac day without keeping old copies. how to achieve that using logadm?thx
[126 byte] By [Linda_Ba] at [2007-11-26 13:11:12]
# 1
If you don't want to keep old copies, then rotation is not necessary...Use cron:0 0 * * * cat /dev/null > <logfile>
davezarna at 2007-7-7 17:26:24 > top of Java-index,General,Sys Admin Best Practices...