Skip to content

Commit bb59da2

Browse files
krassowskiminrk
andauthored
Change log level to info
Co-authored-by: Min RK <benjaminrk@gmail.com>
1 parent a058d1f commit bb59da2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ipykernel/kernelapp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ def init_sockets(self):
349349
atexit.register(self.close)
350350

351351
if self.curve_secretkey is not None:
352-
self.log.debug("Detected CurveZMQ secret key; using transport encryption")
352+
self.log.info("Detected CurveZMQ secret key; using transport encryption")
353353
elif self.transport == "tcp":
354354
self.log.warning(
355355
"Kernel is running over TCP without encryption."

0 commit comments

Comments
 (0)