mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-17 11:07:49 +08:00
Merge pull request #1555 from iwanlebron/iwanlebron-patch-4
修复ZLMServerFactory日志不打印bug
This commit is contained in:
commit
a7e984f696
@ -17,7 +17,7 @@ import java.util.Map;
|
||||
@Component
|
||||
public class ZLMServerFactory {
|
||||
|
||||
private Logger logger = LoggerFactory.getLogger("ZLMServerFactory");
|
||||
private final static Logger logger = LoggerFactory.getLogger(ZLMServerFactory.class);
|
||||
|
||||
@Autowired
|
||||
private ZLMRESTfulUtils zlmresTfulUtils;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user