mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-17 12:39:54 +08:00
Feedback: Demote log level on --open_browser and --sock.
This commit is contained in:
parent
1a5eed8678
commit
ee509ad2d9
@ -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.'),
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user