<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">...<br>
There were two ideas proposed:<br>
<br>
loggo.LoggerForPackage("juju")<br>
<br>
which would walk up the path until it found a path element juju, and<br>
construct the string that way. The other was do use a defined prefix:<br></blockquote><div><br></div><div>The only problem here is that we have:</div><div>  <a href="http://github.com/juju/juju/juju">github.com/juju/juju/juju</a></div>
<div>and</div><div>  <a href="http://github.com/juju/juju/cmd/juju">github.com/juju/juju/cmd/juju</a></div><div><br></div><div>Which would confuse this algorithm. Though I like its brevity.</div><div><br></div><div>John</div>
<div>=:-></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
loggo.LoggerForPackage("<a href="http://github.com/juju" target="_blank">github.com/juju</a>")<br>
<br>
which would take what was after those path elements to generate the string.<br>
<br>
<br>
I'm happy with either being implemented, but would like feedback on the<br>
ideas.<br></blockquote></div></div></div>