Feature #127
closed
Give user the option to append to exisitng log files
Added by Will Metcalf over 14 years ago.
Updated almost 14 years ago.
Description
I think we should add an option to allow the user to append to existing log files. This would be handy if users optionally enable http logging or something and wants to keep the log between restarts of the engine.
Files
How shall we make this option available?
Perhaps something like the following in the conf file. I think we should default to this behavior for all of the text logging formats.
- fast:
enabled: yes
filename: fast.log
append: yes
or perhaps
- fast:
enabled: yes
filename: fast.log
overwrite: no
- Due date changed from 07/01/2010 to 08/01/2010
- Target version changed from 1.0.0 to 1.0.2
I think we should probably default to just appending, as this is pretty much the standard for logging, right?
right. Except for unified logs of course.
- Target version changed from 1.0.2 to 1.1beta1
- Due date changed from 08/01/2010 to 12/31/2010
- Assignee changed from Victor Julien to Gurvinder Singh
- Target version changed from 1.1beta1 to 1.1beta2
- Estimated time set to 4.00 h
attached patch adds this functionality to the log files.
- Status changed from Resolved to Closed
- % Done changed from 80 to 100
Applied, thanks Gurvinder. I extended it to the stats.log as well.
Also available in: Atom
PDF