##// END OF EJS Templates
adjustments to notebook app logging...
adjustments to notebook app logging Mainly add a log_request function (from nbviewer) for formatting tornado access logs. Relevant effects: - demote successful access logs to DEBUG - demote kernel connect messages to DEBUG which reduces the noise at INFO-level (default)

File last commit:

r13855:18493681
r14645:ef8e5de4
Show More
test_imports.py
11 lines | 270 B | text/x-python | PythonLexer
# encoding: utf-8
from IPython.testing import decorators as dec
def test_import_backgroundjobs():
from IPython.lib import backgroundjobs
def test_import_deepreload():
from IPython.lib import deepreload
def test_import_demo():
from IPython.lib import demo