We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@Slf4j(topic = "WalletController") public class WalletController { @Autowired WalletService walletService; @MessageMapping("/getWalletInfo") public WalletInfoDTO getWalletInfo() { log.info("exec getWalletInfo"); return walletService.getWalletInfo(); } }
exec getWalletInfo console can not see this log
exec getWalletInfo
The text was updated successfully, but these errors were encountered:
@JasperXgwang have you added line like this in logback.xml?
logback.xml
<logger level="INFO" name="WalletController"/>
Sorry, something went wrong.
No branches or pull requests
exec getWalletInfo
console can not see this logThe text was updated successfully, but these errors were encountered: