logging - Python Bokeh Logger -
how access python bokeh logger?
i tried using basicconfig wrapper id not seem work.
from bokeh.util import logconfig logconfig.basicconfig(level=logging.debug, filename="output.log") anyone had luck redirecting server logs file?
i tried creating standard logger without using bokeh (e.g. logging module), not work either.
using bokeh 0.12.6 (latest)
thanks
Comments
Post a Comment