mirror of
https://github.com/stefanocasazza/ULib.git
synced 2025-09-28 19:05:55 +08:00
26 lines
1.2 KiB
INI
26 lines
1.2 KiB
INI
## -------------------------------------------------------------------------------------------------
|
|
## PEC_report.cfg - configuration data for PEC_report program
|
|
## -------------------------------------------------------------------------------------------------
|
|
## REPORT_TITLE title of the report
|
|
## DIRECTORY directory path containing log files
|
|
## PARSING_FILE_NAME format parsing for retrieve year from file name
|
|
## FILE_NAME_ENDS_WITH proces only filenames that ends with this string - OPTIONAL
|
|
## DOMAINS_LIST_FILE file containing list of own domain name - OPTIONAL
|
|
## INSTALLATION_ID_LIST list of installation ID to be used as filter (separated by comma) - OPTIONAL
|
|
## STARTING_DATE processing log entry from this date (dd/mm/yyyy) - OPTIONAL
|
|
## ENDING_DATE processing log entry to this date (dd/mm/yyyy) - OPTIONAL
|
|
## --------------------------------------------------------------------------------------------------
|
|
|
|
PEC_report_CFG
|
|
{
|
|
REPORT_TITLE StatUserUnknownTest
|
|
|
|
DIRECTORY inp/PEC/7/TestCase_1
|
|
FILE_NAME_ENDS_WITH gz
|
|
|
|
INSTALLATION_ID_LIST www
|
|
|
|
STARTING_DATE 01/04/2007
|
|
ENDING_DATE 30/04/2007
|
|
}
|