Hello,

I am using logrotate for compressing log files.
The logrotate, after it runs, empty the original file and move the content to gz file (after compress it) ,and I see that the size changed to 0 .
after a few seconds the original log file file go back to previous size .
Now the file contains, at the begining of file, many of "^@" characters in one very long line, and than the new log lines .

sombody know what is the problem ?

Yossi