Feature #10323

Flush to log file in debug_log()

Added by anonym 2015-09-30 16:40:53 . Updated 2015-11-03 11:29:47 .

Status:
Resolved
Priority:
Normal
Assignee:
Category:
Test suite
Target version:
Start date:
2015-09-30
Due date:
% Done:

100%

Feature Branch:
test/10323-flush-in-debug_log
Type of work:
Code
Blueprint:

Starter:
Affected tool:
Deliverable for:

Description

By default, our debug formatter (and most cucumber formatters) buffers file writes. This annoys impatient people like me, since I often when debugging a scenario want to see the debug logging in real time (with e.g. tail -f debug.log).


Subtasks


History

#1 Updated by anonym 2015-09-30 16:43:19

  • Status changed from Confirmed to In Progress

Applied in changeset commit:e43a48ae92d44a51a71cc90357076749d6b75cfa.

#2 Updated by anonym 2015-09-30 16:44:29

  • Tracker changed from Bug to Feature
  • Assignee changed from anonym to kytv
  • % Done changed from 0 to 50
  • QA Check set to Ready for QA
  • Feature Branch set to test/10323-flush-in-debug_log

#3 Updated by kytv 2015-10-01 12:37:51

  • Assignee changed from kytv to intrigeri

Testing passes (nice change!) and code makes sense.

#4 Updated by intrigeri 2015-10-01 18:39:59

  • Assignee changed from intrigeri to anonym

Please go ahead and merge yourself, I’m swamped (and thus will focus on the various deadlines we have this month and will try to ignore bonus stuff).

#5 Updated by anonym 2015-10-05 02:15:43

  • Status changed from In Progress to Fix committed
  • % Done changed from 50 to 100

Applied in changeset commit:8b87b561866b42c6a067327c1962601e41e02aa8.

#6 Updated by anonym 2015-10-05 04:37:29

  • Assignee deleted (anonym)
  • QA Check changed from Ready for QA to Pass

#7 Updated by anonym 2015-11-03 11:29:47

  • Status changed from Fix committed to Resolved