Merge pull request #1555 from iwanlebron/iwanlebron-patch-4

修复ZLMServerFactory日志不打印bug
pull/1560/head
648540858 2024-08-04 20:36:27 +08:00 committed by GitHub
commit a7e984f696
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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;