IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 17, 2006, 1:54:35 PM (20 years ago)
Author:
jhoblitt
Message:

turn off HTTP access.log

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataStore/t/06_fileset.t

    r6612 r6633  
    33# Copyright (C) 2006  Joshua Hoblitt
    44#
    5 # $Id: 06_fileset.t,v 1.4 2006-03-16 23:52:56 jhoblitt Exp $
     5# $Id: 06_fileset.t,v 1.5 2006-03-17 23:54:35 jhoblitt Exp $
    66
    77use strict;
     
    100100
    101101unless ($pid) {
    102     my $server = new Net::HTTPServer( port => 'scan' );
     102    my $server = new Net::HTTPServer( port => 'scan', log => '/dev/null' );
    103103
    104104    # send port number to parent
Note: See TracChangeset for help on using the changeset viewer.