Description
Currently exception that reach the gateway servlet only have their full stack traces logged when the logging level is DEBUG or finer. This often hampers diagnosability as it forces an issue to be reproduced after changing the log level and restarting the server. Exceptions reaching the gateway servlet should have their full stack traces logged at the default level of INFO.