Project

General

Profile

Actions

Feature #127

closed

Give user the option to append to exisitng log files

Added by Will Metcalf about 14 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Normal
Target version:
Effort:
Difficulty:
Label:

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

Actions #1

Updated by Victor Julien almost 14 years ago

How shall we make this option available?

Actions #2

Updated by Will Metcalf almost 14 years ago

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
Actions #3

Updated by Victor Julien almost 14 years ago

  • 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?

Actions #4

Updated by Will Metcalf almost 14 years ago

right. Except for unified logs of course.

Actions #5

Updated by Victor Julien over 13 years ago

  • Target version changed from 1.0.2 to 1.1beta1
Actions #6

Updated by Victor Julien over 13 years ago

  • 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
Actions #7

Updated by Gurvinder Singh over 13 years ago

attached patch adds this functionality to the log files.

Actions #8

Updated by Victor Julien over 13 years ago

  • Status changed from Resolved to Closed
  • % Done changed from 80 to 100

Applied, thanks Gurvinder. I extended it to the stats.log as well.

Actions

Also available in: Atom PDF