mybatis日志打印不出来的问题

img

这里sql 日志打印不出来,也不知道为什么,看帖子说日志的问题这里用了
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl

log-impl: org.apache.ibatis.logging.slf4j.Slf4jImpl

两种都没能解决,

img


https://blog.csdn.net/weixin_30399821/article/details/96850716

logging.level.org.apache.ibatis=info
logging:
  level:
    org:
      apache:
        ibatis: info