Feedback: Demote log level on --open_browser and --sock.

This commit is contained in:
Kris Wilson 2020-05-12 22:12:20 -07:00
parent 1a5eed8678
commit ee509ad2d9

View File

@ -1553,7 +1553,7 @@ class NotebookApp(JupyterApp):
if self.open_browser:
# If we're bound to a UNIX socket, we can't reliably connect from a browser.
self.log.warning(
self.log.info(
_('Ignoring --NotebookApp.open_browser due to --sock being used.'),
)