Closed daipom closed 4 months ago
まずは今日動かすOSSを決める
最近触っているのはFluentd。
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 公式ドキュメント: https://docs.fluentd.org/
これを見ながら、インストールして、動かしてみる。
バージョンは、次のように出力させられる。
$ fluentd --version
fluentd 1.17.0
が、この--version
オプションが、
https://docs.fluentd.org/deployment/command-line-option
に記載されていない!! これはコントリビュートできるかもしれない。
fluentdコマンドを実行する毎にFiber#storage has borked keys and is being monkey-patched.
というメッセージが表示されるのはバグだと思うので、報告したい。
$ 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
に、コントリビュートの仕方が書いてある。 バグを見つけたらIssueを作るとのことなので、そうする
Describe the bug
This message is shown when executing Fluentd or the tests.
Fiber#storage has borked keys and is being monkey-patched.
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ワークショップ関連情報