https://bugzilla.wikimedia.org/show_bug.cgi?id=58352

       Web browser: ---
            Bug ID: 58352
           Summary: Parsoid stdout/stderr should be prefixed with
                    date/time
           Product: Parsoid
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: General
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified
   Mobile Platform: ---

I am running parsoid using:

nodejs api/server.js \
  2>"$WORKSPACE/log/parsoid-error.log" \
  1>"$WORKSPACE/log/parsoid.log" &

It would be REALLY nice to have each line prefixed with date/time for ease of
debugging. Ideally including miliseconds which might give useful clue about
performances.

Zuul uses python logging module which default to the format:

  2013-12-11 21:34:25,507

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to