Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

大量日志打印不友好 #7977

Open
wl0927 opened this issue Mar 19, 2025 · 1 comment
Open

大量日志打印不友好 #7977

wl0927 opened this issue Mar 19, 2025 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@wl0927
Copy link

wl0927 commented Mar 19, 2025

版本号:3.7.0
问题描述:

在分布式项目中除了system,其他所有项目都在秒级打印
o.jeecg.common.util.SpringContextHolder : Customize redis listener handle [ socketHandler ], does not exist!

错误截图:

Image

建议:

是否可以加一个这个判断
boolean bool = applicationContext.containsBean("xxx");
if(!bool){
return ;
}

@wl0927 wl0927 added the help wanted Extra attention is needed label Mar 19, 2025
@zhangdaiscott
Copy link
Member

好的

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants