<div dir="ltr">Yeah, the main thing the rotation mechanism is missing 

in our handler as well is renumbering of existing files; it also simply increments the number as it goes, and you have to sort on timestamps to see which one is the latest. Hence, I can't recommend it as is unless you don't mind that sort of bother. On the other hand, clear text logs are nice. Somehow, there's always been something more important to do than improve the log numbering, but that's how it is.<br clear="all"><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><br>        /Richard</div></div><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Den fre 15 feb. 2019 kl 22:09 skrev Andrew Thompson <<a href="mailto:andrew@hijacked.us">andrew@hijacked.us</a>>:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Fri, Apr 08, 2016 at 02:36:37PM +0200, Siri Hansen wrote:<br>
> Thanks for the feedback, everyone!<br>
> <br>
> We have now decided not to remove log_mf_h and rb. Instead there will be<br>
> some work done to modernize these tools.<br>
<br>
The big problem we had with these at Basho (RIP) was that customers had<br>
no idea how the log files worked because it's very different to<br>
traditional UNIX logging. Usually you have things like app.log,<br>
app.log.0, ... app.log.N and the number indicates their age. log_mf has<br>
a weird index file where the active log file is encoded as a decimal<br>
value (not ASCII, IIRC). This is very confusing for everyone who is not<br>
an Erlang user (maybe even for them judging by this thread).<br>
<br>
The main thing I'd like to see improve is the ergonomics. Make it work<br>
more like a sysadmin would expect, have the newest log file be .0 and<br>
dump the index. Every time you overflow move the files around to reflect<br>
that.<br>
<br>
Andrew<br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org" target="_blank">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" rel="noreferrer" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
</blockquote></div>