-
Notifications
You must be signed in to change notification settings - Fork 0
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
bug: パイプラインで機能しない #4
Labels
bug
Something isn't working
Comments
パイプラインを使用する目的があまりないので、もともと実装はしておりません。 |
万が一パイプラインで実行されてしまったときの対策として考えているものです。 |
カラー出力は現在対応していません。 |
isatty関数を使用して実装をします。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
コマンド入力待ち -> stdin
ログ・プロンプト -> stdout, stderr
となっているはずなので、Cのちからの源のisatty()関数で、
linesをEOFまで非同期で読み込み、サーバーが準備できたら実行する。
stderrがttyである場合、stderrにprintするべきERROR, FATALのみをコンソール向けに出力。
stdoutも同様。
プロンプトは出力しないようにする。
ログ出力もstdout, stderrで分類をする。
The text was updated successfully, but these errors were encountered: