Fixed: avoid touch of log files before deleting it (issue #11307)

Fixes #11311
This commit is contained in:
andsel 2019-11-18 09:37:40 +01:00 committed by Andrea Selva
parent 764589e2ca
commit 17f584a847

View file

@ -40,9 +40,8 @@ public class DefaultDeprecationLoggerTest {
@After
public void tearDown() throws IOException {
LogTestUtils.reloadLogConfiguration();
LogTestUtils.deleteLogFile("logstash-deprecation.log");
LogTestUtils.reloadLogConfiguration();
}
@Test