From 3b50baeb0421f109bf933169686f198f4eaee819 Mon Sep 17 00:00:00 2001 From: Giulio Eulisse <10544+ktf@users.noreply.github.com> Date: Tue, 16 Sep 2025 17:05:17 +0200 Subject: [PATCH] DPL: get CCDB and reader signposts to work. --- Framework/Core/src/DataProcessingDevice.cxx | 2 ++ 1 file changed, 2 insertions(+) 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;