Skip to content
Snippets Groups Projects
Commit f7d5f2d4 authored by Andrea Michelotti's avatar Andrea Michelotti
Browse files

nodeuid initialization

parent 6a38e31a
No related branches found
No related tags found
No related merge requests found
......@@ -134,6 +134,7 @@ void ChaosCUToolkit::init(void* init_data) {
if (GlobalConfiguration::getInstance()->hasOption(InitOption::OPT_LOG_ON_MDS) &&
GlobalConfiguration::getInstance()->hasOption(InitOption::CONTROL_MANAGER_UNIT_SERVER_ALIAS)) {
chaos::common::log::LogManager::getInstance()->addMDSLoggingBackend(GlobalConfiguration::getInstance()->getOption<std::string>(InitOption::CONTROL_MANAGER_UNIT_SERVER_ALIAS));
nodeuid=GlobalConfiguration::getInstance()->getOption<std::string>(InitOption::CONTROL_MANAGER_UNIT_SERVER_ALIAS);
}
//force first allocation of metadata logging
......
......@@ -57,6 +57,7 @@ option(CHAOS_DRIVER_CCALT "Driver CCALT" ON)
option(CHAOS_DRIVER_LUMINOMETER "Driver Luminometer" OFF)
option(CHAOS_ENABLE_ZMQ_MONITOR "Enable ZMQ Monitor" OFF)
option(CHAOS_EPICS_SUPPORT "Enable EPICS SUPPORT/DRIVERS" OFF)
option(KAFKA_RDK_ENABLE "Enable KAFKA" ON)
option(GPUFIT "Fast Fitting libraries (needs CUDA toolkit)" OFF)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment