DUNE-DAQ / trigemu

Trigger decision emulator for January 2020 readout application tests
0 stars 0 forks source link

Ron003/logging issue 1 example integration #13

Closed ron003 closed 3 years ago

ron003 commented 3 years ago

I have or will have PRs in for the ron003/logging_issue_1_example_integration branch in 6 packages:

With these packages on the ron003/logging_issue_1_example_integration branch, along with the other develop branches for cmdlib, daq-cmake, dataformats, dfmessages, logging restcmd, serialization packages as of 16 feb and with adjustments to the dunedaq-v2.2.0 development environment:

sed -i 's/v4_3_1b e19/v4_3_1c e19:prof/' dbt-settings
for pp in "msgpack_c v3_3_0 e19:prof" "cppzmq v4_3_0 e19:prof";do
  grep "$pp" dbt-settings || sed -ie "/zmq/a \
    \"$pp\"
" dbt-settings
done

sed -i 's/"dataformats"/"serialization" "networkqueue" "dataformats"/' sourcecode/dbt-build-order.cmake

Then, the minidaq demonstration works.

Other changes still need to be made as indicated (not exhaustively) by the output of find sourcecode -type f | xargs egrep 'ERS_(INFO|LOG|DEBUG)'