Download the PHP package valantic-spryker/elasticsearch-logging without Composer
On this page you can find all versions of the php package valantic-spryker/elasticsearch-logging. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download valantic-spryker/elasticsearch-logging
More information about valantic-spryker/elasticsearch-logging
Files in valantic-spryker/elasticsearch-logging
Package elasticsearch-logging
Short Description Adds spryker logclient to elasticsearch, you will be able to see executed elasticsearch api calls with its details.
License proprietary
Informations about the package elasticsearch-logging
Elasticsearch logging
Description
- Adds spryker logging to elasticsearch
- Enables MAX_NORMALIZE_DEPTH configuration (to avoide error
Over 9 levels deep, aborting normalization
in logging)
Install package
Update your shared config
Example GLUE Log (http://glue.de.spryker.local/catalog-search?q=Aloe)
Example ZED Log (console setup:search)
Yves untested ;-)
HowTos Cli
PHP Container: docker run -it --rm --name my-running-script -v "$PWD":/data spryker/php:latest bash
Run Tests: codecept run --env standalone
Fixer: vendor/bin/phpcbf --standard=phpcs.xml --report=full src/ValanticSpryker/
Disable opcache: mv /usr/local/etc/php/conf.d/docker-php-ext-opcache.ini /usr/local/etc/php/conf.d/docker-php-ext-opcache.iniold
XDEBUG:
ip addr | grep '192.'
$docker-php-ext-enable xdebug
- configure phpstorm (add 127.0.0.1 phpstorm server with name valantic)
-
$PHP_IDE_CONFIG=serverName=valantic php -dxdebug.mode=debug -dxdebug.client_host=192.168.87.39 -dxdebug.start_with_request=yes ./vendor/bin/codecept run --env standalone
- Run Tests with coverage:
XDEBUG_MODE=coverage vendor/bin/codecept run --env standalone --coverage --coverage-xml --coverage-html
HowTo Setup new Repo
- create new project (https://gitlab.nxs360.com/projects/new?namespace_id=461#blank_project)
- visibility -> Internal
- push in repo boilerplate copied of example-package (https://gitlab.nxs360.com/packages/php/spryker/example-package)
- search for string
example-package
and add your descriptions - add your custom code / copy in your code / rename namespace to ValanticSpryker
All versions of elasticsearch-logging with dependencies
spryker/log Version >=3.0.0
spryker/search-elasticsearch Version >=1.13.0