royalcms/tail
Composer 安装命令:
composer require royalcms/tail
包简介
The Royalcms tail package.
README 文档
README
This package offers an Artisan command to tail the application log. It supports daily and single logs on your local machine.
Usage
To tail the log you can use this command:
php artisan tail
You can start the output with displaying the last lines in the log by using the lines-option.
php artisan tail --lines=50
To filter out stack traces from the output, you can use the hide-stack-traces-option.
php artisan tail --hide-stack-traces
It's also possible to fully clear the output buffer after each log item. This can be useful if you're only interested in the last log entry when debugging.
php artisan tail --clear
统计信息
- 总下载量: 25
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-09-04