project8 / Pypeline

A python interface for the dripline slow control system.
Other
2 stars 0 forks source link

Add support for creating loggers. #11

Closed laroque closed 12 years ago

laroque commented 12 years ago

The configuration database has a document for each data taker which is also a logger. Creating that document should be something which can be done from Pypeline. It should: 1) make sure the doc doesn't already exist and avoid duplicates 2) be expandable to also cover other configuration control needs

buuck commented 12 years ago

Done, and there is also a method for removing loggers, for good measure.