NSLS-II / Bug-Reports

Unified issue-tracker for bugs in the data acquisition, management, and analysis software at NSLS-II
BSD 3-Clause "New" or "Revised" License
2 stars 5 forks source link

Outdated documentation #206

Open bruceravel opened 1 year ago

bruceravel commented 1 year ago

This page: http://nsls-ii.github.io/bluesky/debugging.html is out of date.

The instructions under the leading "Maximum verbosity" should be something like

from bluesky.log import config_bluesky_logging
config_bluesky_logging(level='DEBUG')

In fact, it looks like that mistake (presumably because the "log" module got created after this document page) is in many places on that page.