NSLS-II / nslsii

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

Consider adding a DEBUG-level handler to get_ipython().log #74

Closed danielballan closed 4 years ago

danielballan commented 4 years ago

This produces some useful additional output at startup, logging each startup script that is run. It doesn't appear to add much non-useful noise, from a user point of view.

ip = get_ipython()
ip.log.addHandler(...)
ip.log.setLevel(...)  # maybe not needed?
danielballan commented 4 years ago

Closed by #80