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
运行后查看日志 InStock/instock/log/stock_execute_job.log 显示大量的 “calculate_indicator.get_indicator处理异常:” 错误。
都是 301606代码'code' 这样的。 稍微看了一下代码 应该是 execute_daily_job.py 中 # # 第3.2步创建股票指标数据表 executor.submit(gdj.main) 调用 indicators_data_daily_job.py run_check 出现问题。
请问怎么查看完整日志呢,我看很多地方都有logger。但是出错之后没法看trace
The text was updated successfully, but these errors were encountered:
No branches or pull requests
运行后查看日志 InStock/instock/log/stock_execute_job.log
显示大量的 “calculate_indicator.get_indicator处理异常:” 错误。
都是 301606代码'code' 这样的。
稍微看了一下代码 应该是 execute_daily_job.py 中
# # 第3.2步创建股票指标数据表
executor.submit(gdj.main)
调用 indicators_data_daily_job.py run_check 出现问题。
请问怎么查看完整日志呢,我看很多地方都有logger。但是出错之后没法看trace
The text was updated successfully, but these errors were encountered: