Opened 8 years ago

Last modified 8 years ago

#10568 new Support Requests

It would be better to improve naming mechanism of the latest log file

Reported by: anih@… Owned by: Andrey Semashev
Milestone: To Be Determined Component: log
Version: Boost 1.55.0 Severity: Problem
Keywords: Cc: tnajaryan@…

Description

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.

Change History (1)

comment:1 by viboes, 8 years ago

Component: Nonelog
Owner: set to Andrey Semashev
Note: See TracTickets for help on using tickets.