Boost C++ Libraries: Ticket #10568: It would be better to improve naming mechanism of the latest log file https://svn.boost.org/trac10/ticket/10568 <p> Currently if some format is used for log file name, latest log file name is constructed with that format. For example, if we use a format which includes date and sequential number in the log file name, such log files are being generated: </p> <p> file_2014-09-26_00.log file_2014-09-26_01.log file_2014-09-26_02.log (this is the latest log file) </p> <p> It would be better to have such log files: </p> <p> file_2014-09-26_00.log file_2014-09-26_01.log file.log (this is the latest log file always) </p> <p> In this case, it would be easier to determine latest log file. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/10568 Trac 1.4.3 viboes Wed, 01 Oct 2014 06:23:08 GMT component changed; owner set https://svn.boost.org/trac10/ticket/10568#comment:1 https://svn.boost.org/trac10/ticket/10568#comment:1 <ul> <li><strong>owner</strong> set to <span class="trac-author">Andrey Semashev</span> </li> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">log</span> </li> </ul> Ticket