alphagov / trade-tariff-backend

Enabling the population and distribution via API of UK Customs tariffs and duties
MIT License
7 stars 6 forks source link

Reduce the verbosity of elasticsearch logging #152

Closed jamiecobbett closed 10 years ago

jamiecobbett commented 10 years ago

This switches the elasticsearch logging from STDERR to Rails' logger. This means that the logging level will be appropriate to the environment.

Errors in production were obscured by huge quantities of successful requests which often have large bodies.

matthewford commented 10 years ago

Think that spec failure looks like a load order issue, will investigate. Rerunning in the mean time.