-
Notifications
You must be signed in to change notification settings - Fork 553
New issue
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
OSS Gate Workshop: online: 2024-07-27: daipom: Fluentd: Work log #1845
Comments
まずは今日動かすOSSを決める |
Fluentdのライセンスは https://github.com/fluent/fluentd/blob/master/LICENSE を見ると、 Apache License Version 2.0 みたい。 これは https://opensource.org/license/apache-2-0 にあるので、OSSです。 |
ドキュメントを探す |
README: https://github.com/fluent/fluentd/blob/master/README.md これを見ながら、インストールして、動かしてみる。 |
バージョンは、次のように出力させられる。 $ fluentd --version
fluentd 1.17.0 が、この https://docs.fluentd.org/deployment/command-line-option に記載されていない!! |
前に見つけたIssue |
fluentdコマンドを実行する毎に $ fluentd --version
Fiber#storage has borked keys and is being monkey-patched.
fluentd 1.17.0 |
https://github.com/fluent/fluentd/blob/master/CONTRIBUTING.md に、コントリビュートの仕方が書いてある。 |
Describe the bug This message is shown when executing Fluentd or the tests.
To Reproduce $ fluentd --version
Fiber#storage has borked keys and is being monkey-patched.
fluentd 1.17.0 Expected behavior $ fluentd --version
fluentd 1.17.0 Your Environment Your Configuration Your Error Log |
This is a work log of a "OSS Gate workshop".
"OSS Gate workshop" is an activity to increase OSS developers.
Here's been discussed in Japanese. Thanks.
作業ログ作成時の説明
以下のテンプレートを埋めてタイトルに設定します。埋め方例はスクロールすると見えてきます。
タイトル例↓:
OSS Gateワークショップ関連情報
The text was updated successfully, but these errors were encountered: