去除多余日志

This commit is contained in:
648540858 2023-06-13 23:11:56 +08:00
parent c4d7dd9651
commit e68eb850a9
2 changed files with 1 additions and 2 deletions

View File

@ -289,7 +289,6 @@ public class ZLMHttpHookListener {
@ResponseBody
@PostMapping(value = "/on_stream_changed", produces = "application/json;charset=UTF-8")
public HookResult onStreamChanged(@RequestBody OnStreamChangedHookParam param) {
System.out.println(JSON.toJSONString(param));
if (param.isRegist()) {
logger.info("[ZLM HOOK] 流注册, {}->{}->{}/{}", param.getMediaServerId(), param.getSchema(), param.getApp(), param.getStream());
} else {

View File

@ -2,4 +2,4 @@ spring:
application:
name: wvp
profiles:
active: local268
active: local