bbc / alephant-broker

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

Add missing log context #50

Closed Integralist closed 9 years ago

Integralist commented 9 years ago

getinsertpic.com ^ it's 3am... help me

Problem

In the logs we were seeing a few log messages like...

WARN -- : Broker.ComponentFactory.create: Exception raised (ContentNotFound)

...but we had no context (without manually greping the app logs on individual instances)

Solution

Add a little more context from the ComponentMeta object so it looks like...

WARN -- : Broker.ComponentFactory.create: Exception raised (ContentNotFound) for constituencies_candidates_results/244d13b0789b0e72bb3984fb902e4123

Gem Release Process

This should be a patch release to 3.5.3

revett commented 9 years ago

:cake: