tagadamedia / wordpress-opensearchlog
A simple Wordpress package to log against Open Search
Installs: 107
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Forks: 0
pkg:composer/tagadamedia/wordpress-opensearchlog
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"