We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a82fff commit c2864a0Copy full SHA for c2864a0
Framework/Core/src/DataProcessingDevice.cxx
@@ -96,6 +96,8 @@ O2_DECLARE_DYNAMIC_LOG(calibration);
96
O2_DECLARE_DYNAMIC_LOG(async_queue);
97
// Special log to track the forwarding requests
98
O2_DECLARE_DYNAMIC_LOG(forwarding);
99
+// Special log to track CCDB related requests
100
+O2_DECLARE_DYNAMIC_LOG(ccdb);
101
102
using namespace o2::framework;
103
using ConfigurationInterface = o2::configuration::ConfigurationInterface;
0 commit comments