IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 6, 2008, 2:02:10 PM (18 years ago)
Author:
jhoblitt
Message:

change default log level to 'WARN'

Location:
trunk/Nebulous-Server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous-Server/Changes

    r17543 r17546  
    22
    330.10
     4    - change default log level to 'WARN'
    45    - fix _is_valid_object_key() to handle nebulous keys
    56
  • trunk/Nebulous-Server/lib/Nebulous/Server/Log.pm

    r10627 r17546  
    11# Copyright (c) 2004  Joshua Hoblitt
    22#
    3 # $Id: Log.pm,v 1.6 2006-12-12 00:02:53 jhoblitt Exp $
     3# $Id: Log.pm,v 1.7 2008-05-07 00:02:10 jhoblitt Exp $
    44
    55package Nebulous::Server::Log;
     
    2121
    2222    my $conf = <<END;
    23     log4perl.category.Nebulous.Server = DEBUG, SERVERLOGFILE
     23    log4perl.category.Nebulous.Server = WARN, SERVERLOGFILE
    2424
    2525    log4perl.appender.SERVERLOGFILE           = Log::Log4perl::Appender::File
Note: See TracChangeset for help on using the changeset viewer.