定制 kirinnee/laravel-log-enricher 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

kirinnee/laravel-log-enricher

最新稳定版本:v1.0.0

Composer 安装命令:

composer require kirinnee/laravel-log-enricher

包简介

Enrich Laravel logging for better structured logging

README 文档

README

Automatically adds contextual data into Laravel's logging.

This includes:

  • Request Body
  • Request Header
  • Process ID
  • Class, Method, Line and File of the line that was logged
  • Laravel Information (Laravel version, PHP version)
  • Session Information
  • Memory Usage of the current thread

Installation

  1. Install the package
composer require kirinnee/laravel-log-enricher
  1. Add this package's LogEnhancer class to the tap option of your log channel in config/logging.php:
'production_stack' => [
    'driver' => 'stack',
    'tap' => [Kirinnee\LaravelLogEnricher\LogEnricher::class],
    'channels' => ['daily', 'slack'],
],
  1. Generate config file to control behaviour
php artisan vendor:publish --tag=laravel-log-enricher-config

It has following configurations:

Setting Description type
request_details Enrich with Details of the request itself bool
request_data Enrich with Request Body bool
request_header Enrich with Request Headers bool
session_data Enrich with Session Data bool
memory_usage Enrich with the current thread's memory usage bool
app_details Enrich with Laravels' application details, such as Laravel version, PHP version, Config Cached, Route Cached bool
log_file_class_method_line Enrich with the Log caller's file, line, class and method bool
log_process_id Enrich with the current process ID bool
ignore_input_fields Fields to ignore in the request body (sensitivie fields). For example, passwords, etc array

Author

License

This project is licensed under the MIT License - see the LICENSE file for details

统计信息

  • 总下载量: 103
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-09-03

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固