NSLS-II / nslsii

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

Make logging more forgiving about not being able to open /var/log/bluesky.log #111

Closed danielballan closed 3 years ago

danielballan commented 3 years ago

Reported by @tacaswell from the trenches

stuartcampbell commented 3 years ago

If we can't write to /var/log/bluesky.log would be fall back to somewhere that is always writable like /tmp/bluesky.log and then if that (for some unknown reason) is not writeable descend to just /dev/null 😄

jklynch commented 3 years ago

I believe this was resolved by #89.