Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
fixes #284
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Jun 27, 2019
1 parent 79cc3aa commit 479da56
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions profile_bluesky/startup/00-logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@
# Uncomment the following lines to turn on
# verbose messages for debugging.
import logging
#ophyd.logger.setLevel(logging.DEBUG)
#logging.basicConfig(level=logging.DEBUG)
logger = logging.getLogger("bluesky-ipython-shell")

""" IGNORE THIS CODE FOR NOW
logger.setLevel(logging.DEBUG)
#ophyd.logger.setLevel(logging.DEBUG)

stderr_log_handler = logging.StreamHandler()
logger.addHandler(stderr_log_handler)
Expand Down Expand Up @@ -55,6 +54,3 @@
logger.warning(f'logging level = {logger.level}')
logger.warning('example Warning message')
logger.error('example Error message')
"""

0 comments on commit 479da56

Please sign in to comment.