NFiles

Name

NFiles -- parse only the last files in LogDir

Synopsis

      
        <channel="#channel">
         LogDir="/home/foo/eggdrop/logs/"
         NFiles="8"
         Format="eggdrop"
        </channel>

        <set NFiles="8">
      
    

Description

When NFiles is set to a positive integer, pisg will process at most that much files from LogDir. Useful to create statistics that cover the last week or month. Note that if multiple LogDir options are provided, NFiles referrs to the number of files which will be processed from each LogDir

Default

0 (process all files)