LoginSignup
0
0

More than 3 years have passed since last update.

tailコマンド メモ

Posted at

PHP側のログを追うことになったのでメモ(FuelPhp以外だとよくわからん)

▼追記されるログを表示
 tail -f ファイル名
 tailf ファイル名

 ■参考URL
 https://uxmilk.jp/12218

▼PHPのログ
 これしか使ってない
 log::info('abcdeとかとか・・なんでも日本語もいけました')

 ■参照URL
 http://fuelphp.jp/docs/1.7/classes/log.html

▼Gitコマンド

 普段SourceTreeでコマンドあんまり打たないからリンクだけ貼っておこう。
 https://qiita.com/2m1tsu3/items/6d49374230afab251337
 

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0