mirror of
				https://github.com/continew-org/continew-starter.git
				synced 2025-11-04 09:01:40 +08:00 
			
		
		
		
	chore: 优化日志级别 info => debug
This commit is contained in:
		@@ -113,7 +113,7 @@ public class RedissonAutoConfiguration {
 | 
			
		||||
            }
 | 
			
		||||
            // Jackson 处理
 | 
			
		||||
            config.setCodec(new JsonJacksonCodec(objectMapper));
 | 
			
		||||
            log.info("[ContiNew Starter] - Auto Configuration 'Redisson' completed initialization.");
 | 
			
		||||
            log.debug("[ContiNew Starter] - Auto Configuration 'Redisson' completed initialization.");
 | 
			
		||||
        };
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user