jupyter-server / jupyter_server

The backend—i.e. core services, APIs, and REST endpoints—to Jupyter web applications.
https://jupyter-server.readthedocs.io
BSD 3-Clause "New" or "Revised" License
484 stars 295 forks source link

Update handlers.py added path logging #1319

Closed Aayush-lad closed 1 year ago

Aayush-lad commented 1 year ago

issue type : feature added path logging in handlers.py Changes made : self.log.debug("Path requested: %r", path) issue link:https://github.com/jupyter/notebook/issues/857

Thank you for reviewing