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
通过实验发现,上传完日志后,点击日志祥情的时候才去解析对应的日志文件,且在解析日志文件时有可能报非法参数错误! 感觉 应该在上传完日志后异步去解析文件。
The text was updated successfully, but these errors were encountered:
翻代码看,目前是访问详情,才去解析这一天的日志内容。每个task,有一个staus标记。 0表示未解析,1表示已经解析。
Sorry, something went wrong.
No branches or pull requests
通过实验发现,上传完日志后,点击日志祥情的时候才去解析对应的日志文件,且在解析日志文件时有可能报非法参数错误!
感觉 应该在上传完日志后异步去解析文件。
The text was updated successfully, but these errors were encountered: