I am trying to create a Bokeh application as a subprocess and I am trying to have logs for when a session and server are shutdown.
I found within the Document class that there is a setter for on_session_destroyed which is session_destroyed_callback(). But I can’t find one corresponding to the server.