Issues.00338 - lordmundi/wikidoctest GitHub Wiki
00338: add timestamps to output from manager and broadcaster
Summary: add timestamps to output from manager and broadcaster
Created: 2011–03–29 18:56
Status: Released
Category: Request
From: frankie
Version: 2.1
Released_In: 2.2
Description:
sometimes log files from the manager or the broadcaster may show timeouts are errors, but it is impossible to see when they occurred or how often time-wise since the lines are not annotated with timestamps.
this is a request to add timestamps to the output.
Comments
frankie March 29, 2011, at 06:59 PM: This has been done for the manager and broadcaster run scripts, but not for the clients and standalone scripts. Of course, the user can always look at how this is done in the run_manager script and add on the simple "awk" command to the suffix of their run script and achieve the same affect.
Associated Commits
| commit | bbe8c12de67dfc17841abd8db63140890fc3c8e5
link5 |
||
| Author: | Frank Graffagnino
|
| Date: | Fri Apr 1 11:11:22 2011 -0500
|
| Message: | [@Issue 00338: fixed issue where awk was buffering output
Now, the awk script calls fflush to force the output out line by line. This could also be solved by having awk print to stderr instead of stdout since it shouldn't be buffered, but i chose to use the fflush instead. @] |
Affected Files:
run_broadcaster | 2 ±
run_manager | 2 ±
2 files changed, 2 insertions(+), 2 deletions(-)
| commit | 6eb6a7936abf0adb37a3a98c597c0bdf4bf29512
link6 |
||
| Author: | Frank Graffagnino
|
| Date: | Tue Mar 29 18:58:56 2011 -0500
|
| Message: | [@Issue 00338: Added timestamp annotation to run_broadcaster and run_manager
@] |
Affected Files:
run_broadcaster | 4 ++±
run_manager | 8 ++++++±
2 files changed, 10 insertions(+), 2 deletions(-)