Closed jeremyfelt closed 3 years ago
It could be smart and check for the php log with php --info | grep error_log, split that on =>, then tail -f the last location?
php --info | grep error_log
=>
tail -f
It could be smart and check for the php log with
php --info | grep error_log
, split that on=>
, thentail -f
the last location?