Package foolscap :: Package logging :: Module gatherer
[hide private]
[frames] | no frames]

Module gatherer

source code

Classes [hide private]
  BadTubID
  GatheringBase
  CreateGatherOptions
flogtool create-gatherer GATHERER_DIRECTORY
  Observer
  GathererService
Run a service that gathers logs from multiple applications.
  CreateIncidentGatherOptions
flogtool create-incident-gatherer BASEDIR
  IncidentObserver
  IncidentGathererService
Run a service that gathers Incidents from multiple applications.
Functions [hide private]
 
create_log_gatherer(config) source code
 
create_incident_gatherer(config) source code
Variables [hide private]
  LOG_GATHERER_TACFILE = '# -*- python -*-\n\n# we record the pa...
  INCIDENT_GATHERER_TACFILE = '# -*- python -*-\n\n# we record t...
Variables Details [hide private]

LOG_GATHERER_TACFILE

Value:
'''# -*- python -*-

# we record the path when \'flogtool create-gatherer\' is run, in case\
 flogtool
# was run out of a source tree. This is somewhat fragile, of course.

stashed_path = [
%(path)s]
...

INCIDENT_GATHERER_TACFILE

Value:
'''# -*- python -*-

# we record the path when \'flogtool create-incident-gatherer\' is run\
, in case
# flogtool was run out of a source tree. This is somewhat fragile, of \
course.

stashed_path = [
...