I don't want the client to see internal exit reasons; instead i want to log it with a normal traceback server side. Perhaps being able to customize error messaging to the client with some kind of filter function? fun (_) -> "internal server error!" end
I've currently patched the ssh application to insert som ?LOG_NOTICE lines - this at least gives you the error message server side as well, but obviously not something that I want to propose upstream.
I don't want the client to see internal exit reasons; instead i want to log it with a normal traceback server side. Perhaps being able to customize error messaging to the client with some kind of filter function?
fun (_) -> "internal server error!" endI've currently patched the ssh application to insert som
?LOG_NOTICElines - this at least gives you the error message server side as well, but obviously not something that I want to propose upstream.