~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to utilities/pglogwatch.py

  • Committer: William Grant
  • Date: 2012-01-01 03:10:25 UTC
  • mto: This revision was merged to the branch mainline in revision 14614.
  • Revision ID: william.grant@canonical.com-20120101031025-pcl0na3sbgfrztcw
utilities

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
Watch live PostgreSQL logs for interesting stuff
8
8
"""
9
9
 
10
 
import re, sys
11
10
from optparse import OptionParser
 
11
import re
12
12
import subprocess
 
13
import sys
 
14
 
13
15
 
14
16
def get_options(args=None):
15
17
    parser = OptionParser()