tagadamedia / wordpress-opensearchlog
A simple Wordpress package to log against Open Search
Package info
gitlab.com/tagadamedia/wordpress-opensearchlog
pkg:composer/tagadamedia/wordpress-opensearchlog
1.0.8
2026-02-16 14:01 UTC
Requires
- php: ^8.4
- guzzlehttp/guzzle: ^7.0
- psr/http-message: ^2.0
README
Getting started
This package allows to use a custom logger with an Open Search server
To install it, use composer
composer require tagadamedia/wordpress-opensearchlog
Then, you need to update your project composer.json file to add a post install script as follow:
"scripts": {
"post-install-cmd": "Tagadamedia\\Log\\ComposerEvent::installPlugin"
}
and you need to run composer install
installation
in wp-config.php, you must define constant as follow:
TGD_LOG_APPNAME="some_application_name"