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

Popular posts from this blog

javascript - Create a stacked percentage column -

Optimising Firebase database by automatically overwriting data -

javascript - Angular UI-Grid customTemplate directive causing rows to load slowly/? -