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
HimawariではすべてのHTTPメッセージのログを取っているが、リクエストの数が多いので数GB、数千万行のログが簡単に生成される。それくらいの重さになるとエディタやコマンドで開くにはかなり重くなってしまう。VSCodeのターミナルでHimawariを起動している状態でログを開くとVSCodeが落ちてしまう可能性もある。
そこで、ログの扱いを最適化している(かもしれない)ログ解析の専用ツール(Kibana, Splunk等)に読み込ませる前提で、ツールに適したフォーマットでログを出力する案が出た。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
概要
HimawariではすべてのHTTPメッセージのログを取っているが、リクエストの数が多いので数GB、数千万行のログが簡単に生成される。それくらいの重さになるとエディタやコマンドで開くにはかなり重くなってしまう。VSCodeのターミナルでHimawariを起動している状態でログを開くとVSCodeが落ちてしまう可能性もある。
そこで、ログの扱いを最適化している(かもしれない)ログ解析の専用ツール(Kibana, Splunk等)に読み込ませる前提で、ツールに適したフォーマットでログを出力する案が出た。
方針
備考
The text was updated successfully, but these errors were encountered: