Hi,
This is my simple logrotate.conf
create
compress
/var/log/test/temp.log {
rotate 1
noolddir
start 0
size 1k
dateext
}
i m running it using the command "logrotate -dvf logrotate.conf"
The problem is that the rotated log was not being logged into the current directory, instead getting deleted.
Whr am i goin wrong?
Regards,
Chowdary.


Reply With Quote
Bookmarks