Usage

Logging

Table of Contents

{note} You're browsing the documentation for an old version of laravel-ups. Consider upgrading your project to v2. Check your version with the following command:

composer show rawilk/laravel-ups

This package can optionally make use of the logging provided by Laravel to log the contents of the requests and responses to and from the UPS api. This can be useful for debugging your requests.

Logging is disabled by default, but can easily be enabled by adding UPS_LOGGING=true to your .env file, or by setting the config value to true directly in the config/ups.php file.

Previous
Usage
Caught a mistake? Suggest an edit on GitHub