Ignore:
Timestamp:
Jul 24, 2009, 3:23:11 PM (15 years ago)
Author:
mies
Message:

+ added new transport modules and adapted ariba to them
+ exchange endpoint descriptors an link establishment
+ clean up of base communication
+ link establishment with in the presence of multiple endpoints
+ local discovery for ipv6, ipv4 and bluetooth mac addresses

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/utility/system/StartupWrapper.cpp

    r5151 r5284  
    9898        {
    9999                log4cxx::LoggerPtr logger(log4cxx::Logger::getRootLogger());
    100                 logger->setLevel(log4cxx::Level::getDebug());
     100                logger->setLevel(log4cxx::Level::getError());
    101101        }
    102102
    103103        // set up again an individual level if you like
    104104        {
    105 //              log4cxx::LoggerPtr logger(log4cxx::Logger::getLogger("PingPong"));
    106 //              logger->setLevel(log4cxx::Level::getDebug());
     105                log4cxx::LoggerPtr logger(log4cxx::Logger::getLogger("PingPong"));
     106                logger->setLevel(log4cxx::Level::getDebug());
    107107        }
    108108        {
    109 //              log4cxx::LoggerPtr logger(log4cxx::Logger::getLogger("BaseCommunication"));
    110 //              logger->setLevel(log4cxx::Level::getDebug());
     109                log4cxx::LoggerPtr logger(log4cxx::Logger::getLogger("BaseCommunication"));
     110                logger->setLevel(log4cxx::Level::getInfo());
    111111        }
    112112
Note: See TracChangeset for help on using the changeset viewer.