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
一个使用场景:日志记录用了二次开发的loguru模块,目前只实现了输出日志到控制台和输出到文件,测试报告中每条用例展开的内容只有traceback部分打印出来了,想要同时展示自己加的日志内容,只能用print标准输出才会显示,有没大佬帮忙改造下
The text was updated successfully, but these errors were encountered:
No branches or pull requests
一个使用场景:日志记录用了二次开发的loguru模块,目前只实现了输出日志到控制台和输出到文件,测试报告中每条用例展开的内容只有traceback部分打印出来了,想要同时展示自己加的日志内容,只能用print标准输出才会显示,有没大佬帮忙改造下
The text was updated successfully, but these errors were encountered: