LAMPELK

Results 2 issues of LAMPELK

When dumping routes on local dev: ```shell fos:js-routing:dump --format=json --target=public/js/routes.json ``` The json output does not include `port` if the web server is running with a port (e.g. `8080`): ```json...

I have a health check which floods my logs and would like to exclude but it doesn't exclude these paths `/ping` and `/health` for `200` status code: ``` monolog: handlers:...