mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
Fixed: avoid touch of log files before deleting it (issue #11307)
Fixes #11311
This commit is contained in:
parent
764589e2ca
commit
17f584a847
1 changed files with 1 additions and 2 deletions
|
@ -40,9 +40,8 @@ public class DefaultDeprecationLoggerTest {
|
|||
|
||||
@After
|
||||
public void tearDown() throws IOException {
|
||||
LogTestUtils.reloadLogConfiguration();
|
||||
|
||||
LogTestUtils.deleteLogFile("logstash-deprecation.log");
|
||||
LogTestUtils.reloadLogConfiguration();
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue