Skip to content

Commit ee509ad

Browse files
committed
Feedback: Demote log level on --open_browser and --sock.
1 parent 1a5eed8 commit ee509ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebook/notebookapp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1553,7 +1553,7 @@ def init_webapp(self):
15531553

15541554
if self.open_browser:
15551555
# If we're bound to a UNIX socket, we can't reliably connect from a browser.
1556-
self.log.warning(
1556+
self.log.info(
15571557
_('Ignoring --NotebookApp.open_browser due to --sock being used.'),
15581558
)
15591559

0 commit comments

Comments
 (0)