Log input parameters for a Spring StoredProcedure
To view the input parameters passed to an SP through Spring StoredProcedure, enable TRACE log level for org.springframework.jdbc.core.StatementCreatorUtils class. The SP parameters are logged by the setParameterValueInternal() method.
This is in sync with spring version 3.2.
Posted on January 4, 2013, in spring and tagged logging, parameters, storedprocedure. Bookmark the permalink. Leave a comment.
Leave a comment
Comments 0