mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Configure logger per concrete @DirtiesContext TestExecutionListener
This commit is contained in:
+1
-1
@@ -48,7 +48,7 @@ import org.springframework.util.Assert;
|
||||
*/
|
||||
public abstract class AbstractDirtiesContextTestExecutionListener extends AbstractTestExecutionListener {
|
||||
|
||||
private static final Log logger = LogFactory.getLog(AbstractDirtiesContextTestExecutionListener.class);
|
||||
private final Log logger = LogFactory.getLog(getClass());
|
||||
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user