Vdlp.AmqpLogging
Extends October CMS logging with an AMQP driver.
- Support for environment specific configuration (using the
.env
file). - Fallback logging when AMQP connection failed.
Installation
composer require vdlp/oc-amqplogging-plugin
Usage
Publish the configuration file.
php artisan vendor:publish --tag=vdlp-amqplogging-config
Configure your connection to the AMQP server.
VDLP_AMQPLOGGING_ENABLED = true VDLP_AMQPLOGGING_HOST = "" VDLP_AMQPLOGGING_PORT = "" VDLP_AMQPLOGGING_LOGIN = "" VDLP_AMQPLOGGING_PASSWORD = "" VDLP_AMQPLOGGING_VHOST = "" VDLP_AMQPLOGGING_EXCHANGE = ""
-
This plugin has not been reviewed yet.
-
2.3.0 |
See CHANGELOG.md for details Nov 27, 2023 |
---|---|
2.2.0 |
See CHANGELOG.md for details Nov 27, 2023 |
2.1.0 |
Add support for October CMS 3.0 May 27, 2022 |
2.0.0 |
Drop support for October CMS 1.0 Jun 15, 2021 |
1.0.1 |
Update plugin dependencies May 28, 2021 |
1.0.0 |
First version of Vdlp.AmqpLogging Jul 15, 2020 |