<div class="gmail_quote">On 13 April 2010 11:05, Thomi Richards <span dir="ltr"><<a href="mailto:thomir@gmail.com">thomir@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<br><div class="im"><br>
</div>Yes, the log files are from an application I am developing - they're<br>
debug logs, rather than application logs (which do go to syslog). I'm<br>
trying to debug some complex interaction between thw two processes,<br>
and I'm finding it hard to do that when tail interlaces the two log<br>
files together (you'd think it should make it easier huh).<br>
<br>
Thanks for everyone's help... I'll go download multitail right now!<br>
<div><div></div><br></div></blockquote><div>multitail may well be the way you want to go. <br><br>An alternative (and I honestly am not fanning a flame war) is to say <br>emacs -nw file1 file2 and put the two buffers into auto-revert-tail-mode (which can no doubt with the right voodoo be done from your .emacs startup file). Has the possible advantage you can search the buffers too.<br>

<br></div></div><br>