Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 432 Bytes

File metadata and controls

24 lines (14 loc) · 432 Bytes

Skywire Logging

Adds extra information to all log entries

Currently adds

  • Request remote IP
  • Request method and URL, e.g GET /customer/account/login

Versions

1.x

<= Magento 2.4.7

2.x

>= Magento 2.4.8

Installation

composer require skywire/m2-logging

Usage

Once installed and enabled log entries should contain additional data at the end of each entry (monolog defines this as the 'extra' section)