LaravelCollective / remote

Remote SSH Access for the Laravel Framework
MIT License
276 stars 106 forks source link

Tail Command Doesn't Support "daily" log style #3

Closed adamgoose closed 9 years ago

adamgoose commented 9 years ago

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.

RobinMalfait commented 9 years ago

I think this belongs to laravel artisan stuff itself and not directly to the remote component?

adamgoose commented 9 years ago

Well it is, because the tail command is a part of the Remote Component, and has been removed from the core.

RobinMalfait commented 9 years ago

Oh didn't know that! php artisan tail should be a part of the core / logging stuff imho.

tshafer commented 9 years ago

Updated here. https://github.com/LaravelCollective/remote/commit/61aca686248ef2c1a6e89167bf18044bdbb30bcb