diff --git a/notebook/nbextensions.py b/notebook/nbextensions.py index 56e9d9a49..6056ae5a8 100644 --- a/notebook/nbextensions.py +++ b/notebook/nbextensions.py @@ -326,12 +326,6 @@ class BaseNBExtensionApp(JupyterApp): sys_prefix = Bool(False, config=True, help="Use the sys.prefix as the prefix") python = Bool(False, config=True, help="Install from a Python package") - def _log_level_default(self): - return logging.INFO - - def _log_datefmt_default(self): - return "%Y-%m-%d %H:%M:%S" - def _log_format_default(self): return "%(color)s[%(name)s]%(end_color)s %(message)s"