mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-23 21:47:49 +08:00
修复 ZLMServerFactory 日志不打印
This commit is contained in:
parent
cfcda86164
commit
c7c94ee73d
@ -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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user