Changeset 17719 for trunk/Nebulous
- Timestamp:
- May 16, 2008, 10:58:39 AM (18 years ago)
- Location:
- trunk/Nebulous
- Files:
-
- 2 edited
-
Changes (modified) (1 diff)
-
lib/Nebulous/Client/Log.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/Changes
r17693 r17719 2 2 3 3 0.09 4 - send log messages to stderr instead of stdout 4 5 - overhaul SOAP fault message handling 5 6 - suppress non-existant key errors from Nebulous::Client->find_instances() -
trunk/Nebulous/lib/Nebulous/Client/Log.pm
r17542 r17719 1 1 # Copyright (c) 2004 Joshua Hoblitt 2 2 # 3 # $Id: Log.pm,v 1. 7 2008-05-06 22:32:33jhoblitt Exp $3 # $Id: Log.pm,v 1.8 2008-05-16 20:58:39 jhoblitt Exp $ 4 4 5 5 package Nebulous::Client::Log; … … 27 27 28 28 log4perl.appender.Screen = Log::Log4perl::Appender::Screen 29 log4perl.appender.Screen.stderr = 029 log4perl.appender.Screen.stderr = 1 30 30 log4perl.appender.Screen.layout = Log::Log4perl::Layout::PatternLayout 31 31 log4perl.appender.Screen.layout.ConversionPattern = %d | %H | %p | %M - %m%n
Note:
See TracChangeset
for help on using the changeset viewer.
