tripleo-heat-templates/releasenotes/notes/Need-explicit-memcacheddebug-to-activate-memcached-debug.-41cfa69d4537cbd7.yaml
Sofer Athlan-Guyot 0b4c68409c Activate memcached debug only when using MemcachedDebug param.
Do not activate it with Debug anymore.  We are now pushing memcached
log into stdout where they will be collected by journald.  When
activating debug, it will log there all the requests/replies to/from
memcached.  This will make the journal grows fast and clutter it
will (most of the time) useless information.

So if memcached debug is needed for some reason let the operator says
so explicitly.

Change-Id: I85b6ca421d326c6e764fade66726407b905c796d
(cherry picked from commit 1898cc5c83)
2018-06-20 11:10:43 +00:00

6 lines
138 B
YAML

---
deprecations:
- |
The Debug parameter do not activate Memcached debug anymore. You
have to pass MemcachedDebug explicitly.