You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kernel type information is only logged as a prometheus metric. It would be great to see it in the normal logs also.
I added this line: self.log.info("Kernel type: %s" % self._kernels[kernel_id].kernel_name)
at line 180 of "notebook/notebook/services/kernels/kernelmanager.py" and submitted PR: #5425.
The text was updated successfully, but these errors were encountered:
Kernel type information is only logged as a prometheus metric. It would be great to see it in the normal logs also.
I added this line:
self.log.info("Kernel type: %s" % self._kernels[kernel_id].kernel_name)
at line 180 of "notebook/notebook/services/kernels/kernelmanager.py" and submitted PR: #5425.
The text was updated successfully, but these errors were encountered: