Hi there.<br><br>I have a question and at the same time i almost know that it must exist a way of doing this.<br><br>The situation is: I want that my logs act as FIFOs. I mean.. I want my log files to have a max of 100 KB or 100 lines (the one that is most convenient to find a solution). If I use a pipe, I have the problem that if I read on one side of the pipe, it continues dumping it&#39;s content until getting empty regardless of having more messages coming in through the other end. But what I want is a pipe that that keeps it&#39;s content and only flushes a message out every time it receives a message in. Just like a FIFO.. I want this behaviour in a file... named pipe? I don&#39;t know the solution for this but I can feel that it is out there :)
<br><br>This way I would have a log rotation without using log rotate that normally it copies the file content to a new one and than syslog-ng starts writing on an empty one.<br><br>Tell me what you think about this.<br><br>
Best regards,<br>Bruno.<br><br><br>