[asterisk-scf-commits] asterisk-scf/integration/logger.git branch	"master" updated.
    Commits to the Asterisk SCF project code repositories 
    asterisk-scf-commits at lists.digium.com
       
    Wed Nov  3 16:06:55 CDT 2010
    
    
  
branch "master" has been updated
       via  8ffbc69c7e613b4d00dca2e1aa155ed702970e4b (commit)
       via  4ed6df5bc54b78a517191bf26241d1a35ba6c828 (commit)
      from  9979ea91e3a771356975c929d4afc77ef036ef6a (commit)
Summary of changes:
 server/config/logging-server.conf |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 8ffbc69c7e613b4d00dca2e1aa155ed702970e4b
Author: David M. Lee <dlee at digium.com>
Date:   Fri Oct 29 01:23:12 2010 -0500
    Hydra -> AsteriskSCF
diff --git a/server/config/logging-server.conf b/server/config/logging-server.conf
index 005c709..0cf4f37 100755
--- a/server/config/logging-server.conf
+++ b/server/config/logging-server.conf
@@ -11,7 +11,7 @@ AsteriskSCF.LoggingService.Endpoints=default
 ServiceLocatorManagement.Proxy=LocatorServiceManagement:tcp -p 4422
 
 # A proxy to the IceStorm topic manager
-TopicManager.Proxy=HydraIceStorm/TopicManager:default -p 10000
+TopicManager.Proxy=AsteriskSCFIceStorm/TopicManager:default -p 10000
 
 # Log levels
 AsteriskSCF.Logging.logger=Error
commit 4ed6df5bc54b78a517191bf26241d1a35ba6c828
Author: David M. Lee <dlee at digium.com>
Date:   Fri Oct 29 01:22:47 2010 -0500
    Use IceBox.InheritProperties
diff --git a/server/config/logging-server.conf b/server/config/logging-server.conf
index ca14501..005c709 100755
--- a/server/config/logging-server.conf
+++ b/server/config/logging-server.conf
@@ -1,7 +1,8 @@
 # Configuration file for the logging server
 
 # load w/ icebox
-IceBox.Service.Logger=logging-service:createLoggingService --Ice.Config=server/config/logging-server.conf
+IceBox.InheritProperties=1
+IceBox.Service.Logger=logging-service:createLoggingService
 
 # Ice config
 AsteriskSCF.LoggingService.Endpoints=default
-----------------------------------------------------------------------
-- 
asterisk-scf/integration/logger.git
    
    
More information about the asterisk-scf-commits
mailing list