NSLS-II / nslsii

NSLS-II related devices
BSD 3-Clause "New" or "Revised" License
11 stars 22 forks source link

Log IPython inputs. #27

Open danielballan opened 6 years ago

danielballan commented 6 years ago

Anyone feel inspired to incorporate this code from SLAC in nslsii?

https://github.com/pcdshub/hutch-python/blob/master/hutch_python/ipython_log.py

My only concern is that adding new writes to disk will expose us even more to the lamentable I/O slowness at NSLS-II.

tacaswell commented 6 years ago

maybe we should publish the log to a message bus or database? This seems like a safe place to play with some new tech.