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
教程:运行结果查看 logs 目录下生成的日志文件 格式为 logs/sequoia-$YEAR-$MONTH-$DAY-$HOUR-$MINUTE-$SECOND.log 如:logs/sequoia-2023-03-03-20-47-56.log
logs/sequoia-$YEAR-$MONTH-$DAY-$HOUR-$MINUTE-$SECOND.log
logs/sequoia-2023-03-03-20-47-56.log
实际:并没有生成对应的logs文件 下的 运行结果文件
是不是要修改main 下的:logging.basicConfig(format='%(asctime)s %(message)s', filename='sequoia.log')
The text was updated successfully, but these errors were encountered:
我也想知道 mac下 没有找到对应的log文件
Sorry, something went wrong.
No branches or pull requests
教程:运行结果查看 logs 目录下生成的日志文件 格式为
logs/sequoia-$YEAR-$MONTH-$DAY-$HOUR-$MINUTE-$SECOND.log
如:
logs/sequoia-2023-03-03-20-47-56.log
实际:并没有生成对应的logs文件 下的 运行结果文件
是不是要修改main 下的:logging.basicConfig(format='%(asctime)s %(message)s', filename='sequoia.log')
The text was updated successfully, but these errors were encountered: