提交 dab1de8d 编写于 作者: wu-sheng's avatar wu-sheng

Fix ci fail.

上级 f8b624c3
package com.a.eye.skywalking.api.conf;
import org.junit.AfterClass;
import org.junit.Assert;
import org.junit.Test;
import static com.a.eye.skywalking.api.logging.LogLevel.INFO;
import static com.a.eye.skywalking.api.logging.LogLevel.*;
/**
* @author wusheng
......@@ -24,4 +25,9 @@ public class SnifferConfigInitializerTest {
Assert.assertNotNull(Config.Logging.FILE_NAME);
Assert.assertEquals(INFO, Config.Logging.LEVEL);
}
@AfterClass
public static void clear(){
Config.Logging.LEVEL = DEBUG;
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册