[Boost-bugs] [Boost C++ Libraries] #10568: It would be better to improve naming mechanism of the latest log file

Subject: [Boost-bugs] [Boost C++ Libraries] #10568: It would be better to improve naming mechanism of the latest log file
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-09-30 12:27:22


#10568: It would be better to improve naming mechanism of the latest log file
---------------------+------------------------------
 Reporter: anih@… | Type: Support Requests
   Status: new | Milestone: To Be Determined
Component: None | Version: Boost 1.55.0
 Severity: Problem | Keywords:
---------------------+------------------------------
 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:

 file_2014-09-26_00.log
 file_2014-09-26_01.log
 file_2014-09-26_02.log (this is the latest log file)

 It would be better to have such log files:

 file_2014-09-26_00.log
 file_2014-09-26_01.log
 file.log (this is the latest log file always)

 In this case, it would be easier to determine latest log file.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/10568>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:17 UTC