Fix #241
This commit is contained in:
parent
d6f4834688
commit
3c608ab2e5
@ -42,7 +42,7 @@ public class LogUtils {
|
||||
|
||||
// logger init
|
||||
LOG = LoggerFactory.getLogger("com.alibaba.nacos.client.naming");
|
||||
LOG.setLevel(Level.DEBUG);
|
||||
LOG.setLevel(Level.INFO);
|
||||
LOG.setAdditivity(false);
|
||||
LOG.activateAppenderWithSizeRolling("nacos", "naming.log", "UTF-8", JM_LOG_FILE_SIZE, JM_LOG_RETAIN_COUNT);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user