vanhoavn/vzt-laravel-log
Composer 安装命令:
composer require vanhoavn/vzt-laravel-log
包简介
VZT Logger module for Laravel.
README 文档
README
Configurations
Add to config\logging.php
/** * Write the logs to stderr first **/ 'override_output' => env('LOG_DEBUG', false), /** * Minimum logging levels: all levels below this will be ignored **/ 'min_logging_level' => env('MIN_LOGGING_LEVEL', 'notice'),
With the above configs, you can debug loggings while running console commands by prepending LOG_DEBUG=1.
LOG_DEBUG=1 php artisan ...
统计信息
- 总下载量: 297
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-03-05