Eb data management
Created by: jorana
What is the problem / what does the code in this PR do The issue is detailed in #205 (closed) . Although the error is only in a single line it's of such severity that we should safeguard ourselfs from making the same mistake again.
Furthermore in this PR we re-base the logging of error messages by bootstrax
to the same collection as the readers.
Input would be appreciated if these kind of levels are in line with the readers and if not what would be appropriate levels.
Can you briefly describe how it works?
- Disable multiple modes that shouldn't be run on a regular basis.
- Add checks (even if they don't make any sense at the moment) to doubly check that it's okay to delete data.
- Redirect warning messages to the daq_db collection and add a run_id wherever possible.