Skip to content

v1.11.2 (2021-08-09)

Compare
Choose a tag to compare
@ZLLentz ZLLentz released this 09 Aug 19:12
· 468 commits to master since this release
6490de2

Fixes and Maintenance

  • Fix order of message logging in the IPython input logger. Previously, the
    In log message wouldn't happen until after the command had already finished.
    Now, the In message is logged, then any normal log messages are logged, and
    then finally the Out message is logged, all neatly in order.
  • Adjust exception handling output for log files and for centralized logger.
  • Log exceptions in threads
  • Only log to the centralized PCDS logger when on a PCDS host
  • Support stacklevel for centralized logging on Python 3.8+
  • Make elog and lightpath optional dependencies for pip