~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to utilities/summarizelogs.py

  • Committer: Curtis Hovey
  • Date: 2011-12-18 15:13:07 UTC
  • mto: This revision was merged to the branch mainline in revision 14547.
  • Revision ID: curtis.hovey@canonical.com-20111218151307-sdm2gzobt5tplbe0
Moved badges to lp.app.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
#
9
9
# Parses Launchpad error logs and returns a list of most frequent errors
10
10
 
11
 
import datetime
 
11
import re
12
12
import pprint
13
 
import re
14
13
import sys
15
14
import time
16
 
 
 
15
import datetime
17
16
 
18
17
COUNT = 10
19
18
LAST_DAYS = 7