Skip to content

SongTopic/hyperf-logstash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logstash

Log formatting to facilitate logstash collection

安装包

composer require wufly/logstash

自动发现

composer dump-autoload

生成配置文件

php artisan vendor:publish --provider="Wufly\Provider\LogstashServiceProvider"

更改日志配置文件

'logstash' => [ 'driver' => 'custom', 'via' => \Wufly\Service\LogstashService::class, 'path' => storage_path('logs/logstash/logstash.log'), ], .env配置 LOG_CHANNEL=logstash

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages