vovsearchlog

Search log files.


vovsearchlog: Usage Message

DESCRIPTION:
    Search log files 
    
USAGE:
    % vovsearchlog [OPTIONS] 
    
OPTIONS:
    -h                  -- This help.
    -p                  -- Pattern in a regular expression.
    -d                  -- The number of days starting today and backward.
                           The default is 10 days.
                           If -s and -e are specified, this is ignored.
    -start              -- Start time of log files. Format is YYYYMMDD,
                           for example, 20171020.
    -end                -- End time of log files. Format is YYYYMMDD,
                           for example, 20171025.
    -f                  -- Each line starts with filename, otherwise
                           filename is printed once before searched
                           contents are displayed.
    -server             -- Search only in server logs.
    -tasker             -- Search only in logs from vovtasker, tasker
                           startup and vovtaskermgr.
    -daemon             -- Search only in daemon logs.
    -all                -- Search from any logs.
    
EXAMPLES:
    % vovsearchlog -p ERROR -server -d 10
    % vovsearchlog -p ERROR -start 20170101 -d 30
    % vovsearchlog -p ERROR -start 20170101 -end 2017101
    % vovsearchlog -p 000021470
    % vovsearchlog -d 2
    % vovsearchlog -p "Job.*code" -d 30
    % vovsearchlog -p "termination?" -d 30 -tasker

SEE ALSO THESE COMMANDS RELATED TO LOGS:
    vovcompresslog,   vovloghandler, vovcleanup

SEE ALSO THESE COMMANDS THAT SHOW INFORMATION:
    vovjobqueue,      vovset list,   vovfind, 
    vel,              voveventmon,   vovshowconnection,
    vovproject list,  
    vovtaskermgr show
    vsi, vls, vst,
    vovdoc