対象のフォルダーから検索キーワードでヒットする方法を記載します。
手順:
1)以下の方法で検索が可能になる。
find [パスを指定] -type f -print | xargs grep ‘[キーワードを記載]’
例:
find /var/log -type f -print | xargs grep 'Out of memory: Killed process'
# PHPエラーログの設定 ENV PHP_INI_DIR /usr/local/etc/php RUN { \ echo 'log_errors = On' ; \ echo 'error_log = /proc/self/...
0 件のコメント:
コメントを投稿