Skip to content

Commit c2864a0

Browse files
authored
DPL: get CCDB and reader signposts to work. (#14678)
1 parent 6a82fff commit c2864a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Framework/Core/src/DataProcessingDevice.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ O2_DECLARE_DYNAMIC_LOG(calibration);
9696
O2_DECLARE_DYNAMIC_LOG(async_queue);
9797
// Special log to track the forwarding requests
9898
O2_DECLARE_DYNAMIC_LOG(forwarding);
99+
// Special log to track CCDB related requests
100+
O2_DECLARE_DYNAMIC_LOG(ccdb);
99101

100102
using namespace o2::framework;
101103
using ConfigurationInterface = o2::configuration::ConfigurationInterface;

0 commit comments

Comments
 (0)