Skip to content

Commit

Permalink
Only log message about starting extensions in debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Zsailer committed Apr 25, 2024
1 parent 7e083b5 commit e2d4810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyter_server/extension/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ async def start_extension(self, name):
"%s | extension failed starting with message: %r", name, e, exc_info=True
)
else:
self.log.info("%s | extension was successfully started.", name)
self.log.debug("%s | extension was successfully started.", name)

async def stop_extension(self, name, apps):
"""Call the shutdown hooks in the specified apps."""
Expand Down

0 comments on commit e2d4810

Please sign in to comment.