File: log_summary.cfg

package info (click to toggle)
httpry 0.1.8-5
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 436 kB
  • sloc: ansic: 1,358; perl: 1,336; sh: 155; makefile: 62
file content (17 lines) | stat: -rw-r--r-- 344 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# Config file for log_summary.pm
#
# $output_file (required)
#    A valid path to write an output file
#    containing the collected summary data.
#
# $summary_cap (required)
#    Maximum number of values to output in
#    summary listings. Can be set to any
#    positive integer.
#

$output_file = "log_summary.txt";
$summary_cap = 15;

1;