logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

octo_extractor - Octopussy Logs Extractor program

Author

       Sebastien Thebert <octo.devel@gmail.com>

Description

       octo_extractor is the program used by the Octopussy Project to extract Logs

Functions

Help()
       Prints Help

   Progress($msg,$num,$nb_match)
       Sets progress status

   Get_Messages_To_Parse($services,$loglevel,$taxonomy,$msgid)
       Returns list of Messages to parse

   Line_Match_RegexpsPrint_Lines($OUT,$ouput,$logs)File_Handler_With_Filter($f,$logs,$includes,$excludes,$msg_to_parse)File_Handler_Without_Filter($f,$logs,$includes,$excludes)Print_Logs($devices,$services,$loglevel,$taxo,$msgid,$begin,$end,$re_incl,$re_excl)
       Prints Logs

   End()
       Ends Extraction

Name

       octo_extractor - Octopussy Logs Extractor program

See Also

       octo_dispatcher, octo_parser, octo_uparser, octo_reporter, octo_scheduler

perl v5.22.2                                       2016-05-04                                  OCTO_EXTRACTOR(1)

Synopsis

       octo_extractor --device <device> --service <service>      --loglevel <loglevel> --taxonomy <taxonomy>
       --msgid <msgid>      --begin YYYYMMDDHHMM --end YYYYMMDDHHMM      [ --include '<regexp to include>' ] [
       --exclude '<regexp to exclude>' ]      [ --pid_param <string> ] [ --output <outputfile> ]

See Also