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
bdf3自带的日志记录 中的"来源"字段 想记录view的路径 默认是@dataresover,可以自动记录 但如果是@expose 就没有入库
The text was updated successfully, but these errors were encountered:
@DataProvidor也希望能提供支持
Sorry, something went wrong.
说话呀
bdf3 默认策略是只会记录 @DataResolver,你可以通过 @log 的配置实现其他类型的方法的日志记录,具体可以看相关 @log 文档
No branches or pull requests
bdf3自带的日志记录 中的"来源"字段 想记录view的路径
默认是@dataresover,可以自动记录
但如果是@expose
就没有入库
The text was updated successfully, but these errors were encountered: