IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17720


Ignore:
Timestamp:
May 16, 2008, 11:09:18 AM (18 years ago)
Author:
jhoblitt
Message:

only send fatal errors to the screen

Location:
trunk/Nebulous
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/Changes

    r17719 r17720  
    22
    330.09
     4    - only send fatal errors to the screen
    45    - send log messages to stderr instead of stdout
    56    - overhaul SOAP fault message handling
  • trunk/Nebulous/lib/Nebulous/Client/Log.pm

    r17719 r17720  
    11# Copyright (c) 2004  Joshua Hoblitt
    22#
    3 # $Id: Log.pm,v 1.8 2008-05-16 20:58:39 jhoblitt Exp $
     3# $Id: Log.pm,v 1.9 2008-05-16 21:09:18 jhoblitt Exp $
    44
    55package Nebulous::Client::Log;
     
    2323
    2424    my $conf = <<END;
    25     log4perl.category.Nebulous.Client = WARN, Screen
     25    log4perl.category.Nebulous.Client = FATAL, Screen
    2626#log4perl.category.Nebulous.Client = DEBUG, CLIENTLOGFILE, Screen
    2727
Note: See TracChangeset for help on using the changeset viewer.