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
微服务用的lombok集成TLog没有效果。 按照示例里面加的依赖,logback的文件复制的gateway示例里的。 在启动类增加了 //进行日志增强,自动判断日志框架 static { AspectLogEnhance.enhance(); } 启动没有报错,调用提示“日志增强成功”,但是结果调用过程中,表没有出现作者说的有TraceId贯穿
The text was updated successfully, but these errors were encountered:
是不是我的姿势不对啊???
Sorry, something went wrong.
按照https://yomahub.com/tlog/docs的姿势弄的
能提供下tlog版本和springcloud的版本,以及配置使用的的代码?
No branches or pull requests
微服务用的lombok集成TLog没有效果。
按照示例里面加的依赖,logback的文件复制的gateway示例里的。
在启动类增加了
//进行日志增强,自动判断日志框架
static {
AspectLogEnhance.enhance();
}
启动没有报错,调用提示“日志增强成功”,但是结果调用过程中,表没有出现作者说的有TraceId贯穿
The text was updated successfully, but these errors were encountered: