修复 ZLMServerFactory 日志不打印

This commit is contained in:
Iwan Lebron
2024-08-01 14:47:43 +08:00
committed by GitHub
parent cfcda86164
commit c7c94ee73d

View File

@@ -17,7 +17,7 @@ import java.util.Map;
@Component @Component
public class ZLMServerFactory { public class ZLMServerFactory {
private Logger logger = LoggerFactory.getLogger("ZLMServerFactory"); private final static Logger logger = LoggerFactory.getLogger(ZLMServerFactory.class);
@Autowired @Autowired
private ZLMRESTfulUtils zlmresTfulUtils; private ZLMRESTfulUtils zlmresTfulUtils;