diff --git a/Framework/Core/src/DataProcessingDevice.cxx b/Framework/Core/src/DataProcessingDevice.cxx index 859a48955a8f5..5564f68d8f8ce 100644 --- a/Framework/Core/src/DataProcessingDevice.cxx +++ b/Framework/Core/src/DataProcessingDevice.cxx @@ -96,6 +96,8 @@ O2_DECLARE_DYNAMIC_LOG(calibration); O2_DECLARE_DYNAMIC_LOG(async_queue); // Special log to track the forwarding requests O2_DECLARE_DYNAMIC_LOG(forwarding); +// Special log to track CCDB related requests +O2_DECLARE_DYNAMIC_LOG(ccdb); using namespace o2::framework; using ConfigurationInterface = o2::configuration::ConfigurationInterface;