Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Syntax & Checklist

オープン
#2 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
5/5
見積もり時間
1週間以上
初心者へのやさしさ
25/100
issue の種類
機能追加
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
php
領域
cli

調査の方向性

issue ではファイル、テスト、エントリポイントのいずれも指定されていません。まず既存の CLI コマンド構造を見つけ、次に一覧にある各構文とオプションに対するその動作を比較してください。完了とは、ログの選択、行数、パス、和集合、情報メッセージを含むチェックリスト全体が機能することです。

索引モデルが issue の本文から書いたものです。

説明

Syntax

  • ee log => displays help and exit
  • ee log show --cli => displays easyengine's own logs
  • ee log show --global => displays all logs including all sites, all services and cli
  • ee log show --n=<line-count> => start with last number of . Default is 10. This is passed to tail command internally as tail -n <line-count>

Site Syntax

  • ee log show <sitename> => displays nginx + php + wp (if applicable) logs for a site
  • ee log show <sitename> --all => displays all local logs, including service logs
  • ee log show <sitename> --nginx => displays nginx logs for a site
  • ee log show <sitename> --php => displays php logs for a site
  • ee log show <sitename> --wp => displays wp dbeug log for a site
  • ee log show <sitename> --services => displays service logs only for a site
  • ee log show <sitename> --mysql => displays mysql logs for a site
  • ee log show <sitename> --redis => displays redis logs for a site
  • ee log show <sitename> --access => displays nginx & php access logs for a site
  • ee log show <sitename> --error => displays nginx & php error logs for a site

Service Syntax

  • ee log show --services => displays service logs only for all global services
  • ee log show --services=<service-name> => displays service logs only for all global service whose name is specified

Extra checklist

  • Service related flags will display an INFO message saying "example.com uses the global container for X so logs may have additional messages from other sites".
  • Multiple logs flag can be specified e.g. --nginx --php. These will do UNION of all logs files associated with each flag.
  • All show commands will have ee log path command which will display only log file path names rather than actual logs.
主要言語
PHP
スター
2
フォーク
4
PR マージ指標
30日以内にマージされた PR はありません

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

EasyEngine/log-command のほかの issue

EasyEngine/log-command の issue をすべて見る

似ている issue

PHP の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。