From: armando-migliaccio Date: Thu, 1 Oct 2015 18:03:04 +0000 (-0700) Subject: Effective Neutron: add link to logging guidelines X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=32eaeb79a75300dc5ebb2adb63e819f3b4ea04fc;p=openstack-build%2Fneutron-build.git Effective Neutron: add link to logging guidelines Change-Id: If9a3e3827d1c917331d4fa321a5ada63993087fe --- diff --git a/doc/source/devref/effective_neutron.rst b/doc/source/devref/effective_neutron.rst index bb8817887..b9cec2419 100644 --- a/doc/source/devref/effective_neutron.rst +++ b/doc/source/devref/effective_neutron.rst @@ -103,6 +103,9 @@ Translation and logging Document common pitfalls as well as good practices done when instrumenting your code. + * Make yourself familiar with `OpenStack logging guidelines `_ + to avoid littering the logs with traces logged at inappropriate levels. + Project interfaces ~~~~~~~~~~~~~~~~~~