<div dir="ltr">Okay, I don't know what I was thinking.  <div><br></div><div>Debugger.cpp:1317</div><div>It's re-using an existing stream if the filename is identical.<br></div><div><br></div><div>The stomping that Ed is seeing might be solvable by using the -t flag as Jim suggests.</div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, May 6, 2015 at 8:03 PM, Ed Maste <span dir="ltr"><<a href="mailto:emaste@freebsd.org" target="_blank">emaste@freebsd.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 6 May 2015 at 19:58, Vince Harron <<a href="mailto:vince@nethacker.com">vince@nethacker.com</a>> wrote:<br>
> I've never tried logging to the same file because I stepped through the code<br>
> and (IIRC) different "log enable" commands to the same file path open<br>
> separate file descriptors without the append flag, so I expected that they<br>
> would stomp on each other.  Maybe I misunderstood.  I'll try it now.<br>
<br>
</span>My experience was the same; using the same file for different log<br>
channels resulted in an inconsistent set of log entries in the file.<br>
</blockquote></div><br></div>