maybe "tahoe run" works on incident gatherers?

I don't know.  I can't actually create one.  This feature seems broken in
flogtool.  So it probably doesn't matter.
This commit is contained in:
Jean-Paul Calderone 2020-12-08 15:58:42 -05:00
parent aca5397d45
commit db9eb6d807
1 changed files with 3 additions and 4 deletions

View File

@ -128,10 +128,9 @@ provided in ``misc/incident-gatherer/support_classifiers.py`` . There is
roughly one category for each ``log.WEIRD``-or-higher level event in the roughly one category for each ``log.WEIRD``-or-higher level event in the
Tahoe source code. Tahoe source code.
The incident gatherer is created with the "``flogtool The incident gatherer is created with the "``flogtool create-incident-gatherer
create-incident-gatherer WORKDIR``" command, and started with "``tahoe WORKDIR``" command, and started with "``tahoe run``". The generated
start``". The generated "``gatherer.tac``" file should be modified to add "``gatherer.tac``" file should be modified to add classifier functions.
classifier functions.
The incident gatherer writes incident names (which are simply the relative The incident gatherer writes incident names (which are simply the relative
pathname of the ``incident-\*.flog.bz2`` file) into ``classified/CATEGORY``. pathname of the ``incident-\*.flog.bz2`` file) into ``classified/CATEGORY``.