Skip to content

The console cannot see the log output #107

Description

@JasperXgwang
@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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions