[Webkit-unassigned] [Bug 160724] New: EWS logs file are rotated too quickly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 9 17:55:58 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=160724

            Bug ID: 160724
           Summary: EWS logs file are rotated too quickly
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: aakash_jain at apple.com
                CC: lforschler at apple.com

After enabling the recent logging to file in EWS, there are a lot of log files which are very small (< 1kb). This is because we rotate the log file every few hours. This created unnecessary large number of files and makes debugging harder. While rotating the log files, we should also check for file size and rotate the log file only if the size is greater than a threshold.


e.g.: lot of such files of 162B.
-rw-r--r--  1 buildbot  admin   162B Aug  8 12:38 mac-wk2-ews_2016-08-08_12-08.log
-rw-r--r--  1 buildbot  admin   162B Aug  8 13:46 mac-wk2-ews_2016-08-08_14-08.log
-rw-r--r--  1 buildbot  admin   162B Aug  8 15:11 mac-wk2-ews_2016-08-08_15-08.log

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160810/e1deaafa/attachment.html>


More information about the webkit-unassigned mailing list