Closed adamgoose closed 9 years ago
I think this belongs to laravel artisan stuff itself and not directly to the remote component?
Well it is, because the tail command is a part of the Remote Component, and has been removed from the core.
Oh didn't know that! php artisan tail
should be a part of the core / logging stuff imho.
Currently, the
php artisan tail
command only supports Laravel Applications with a "single" log setting. Other settings, namely "daily", will report that the log file cannot be found. We must determine a more reasonable default based on the application's log setting.