mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-20 04:09:04 +00:00
RequestToViewNameTranslator and FlashMapManager logged the simple class name at TRACE and the object at DEBUG. Swap them to match the multipart and locale resolver logs. This follows Spring's logging guidance to keep DEBUG output compact. See: https://github.com/spring-projects/spring-framework/wiki/Logging Closes gh-37296 Signed-off-by: cookie-meringue <daehyeon3351@gmail.com>