Index: /trunk/Nebulous/Changes
===================================================================
--- /trunk/Nebulous/Changes	(revision 17719)
+++ /trunk/Nebulous/Changes	(revision 17720)
@@ -2,4 +2,5 @@
 
 0.09
+    - only send fatal errors to the screen
     - send log messages to stderr instead of stdout
     - overhaul SOAP fault message handling
Index: /trunk/Nebulous/lib/Nebulous/Client/Log.pm
===================================================================
--- /trunk/Nebulous/lib/Nebulous/Client/Log.pm	(revision 17719)
+++ /trunk/Nebulous/lib/Nebulous/Client/Log.pm	(revision 17720)
@@ -1,5 +1,5 @@
 # Copyright (c) 2004  Joshua Hoblitt
 #
-# $Id: Log.pm,v 1.8 2008-05-16 20:58:39 jhoblitt Exp $
+# $Id: Log.pm,v 1.9 2008-05-16 21:09:18 jhoblitt Exp $
 
 package Nebulous::Client::Log;
@@ -23,5 +23,5 @@
 
     my $conf = <<END;
-    log4perl.category.Nebulous.Client = WARN, Screen
+    log4perl.category.Nebulous.Client = FATAL, Screen
 #log4perl.category.Nebulous.Client = DEBUG, CLIENTLOGFILE, Screen
 
