承接 25carat/oro-api-logger 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

25carat/oro-api-logger

最新稳定版本:1.1.0

Composer 安装命令:

composer require 25carat/oro-api-logger

包简介

This bundle will allow you to log all api requests and responses

README 文档

README

Api Logger for Oro Commerce

This bundle will add logging of all api requests and responses. This is useful for monitoring applications or services which consume the Oro Rest API.

Installation

composer require 25carat/oro-api-logger

Configuration

Add the minimum log level configuration to the parameters.yml.dist file of your project. If this parameter is missing, it will cause errors in the service container.

:::yaml
parameters:
  twenty5carat.api_logger.level: error

Logging

Channel

A separate channel api_logger has been created to log the api messages.

The messages will be logged in a separate file api-logger-[environment].log

Log Levels

The amount of information in the log messages depends on the configured log level.

Server errors are logged as critical messages.

Client errors are logged as error messages.

Request and response headers are logged as info messages.

Request and response bodies are logged as debug messages.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-08-04