bbc / alephant-broker

Brokers requests for alephant components
MIT License
4 stars 3 forks source link

Don't Log "value" in Broker Cache Client set #78

Closed akabiru closed 7 years ago

akabiru commented 7 years ago

WS2020-617

This PR changes the log level for the value from info to debug. This is an attempt to mitigate excessive logging that's causing the AMP broker to crash.

Clients that want the value to be logged will need to set the logging level to debug for verbose output.

This PR depends on https://github.com/BBC-News/alephant-logger-json/pull/7 which adds the logging levels. and https://github.com/BBC-News/alephant-logger/pull/14