neutron/neutron/db
Ihar Hrachyshka 4f7fc8435f Stop spilling tracebacks during normal operation
Yes, they are innocent; yes, we log them with DEBUG level. But they
scare people, they make people judge the software, they are bad PR, and
they are probably redundant, string representation of the exception
should be enough. If there is an issue that will result in retry
attempts used without remedy, only then we should spill tracebacks and
scare users.

Guidelines: https://specs.openstack.org/openstack/openstack-specs/specs/log-guidelines.html#stacktraces-in-logs

Partial-Bug: #1673249
Change-Id: I791a52161635da64b1840c01ee6cf56a51bc7400
2017-03-16 02:33:53 +00:00
..
allowed_address_pairs Clean up deprecated sqla model import paths 2017-02-25 03:42:34 +00:00
availability_zone Decouple hook and func registration from CommonDbMixin 2017-03-11 18:04:11 -05:00
extra_dhcp_opt Cleanup _find_related_obj 2017-02-25 06:29:33 +00:00
metering Clean up deprecated sqla model import paths 2017-02-25 03:42:34 +00:00
migration Open Pike DB migration branch 2017-02-06 20:31:22 +00:00
models Cleanup _find_related_obj 2017-02-25 06:29:33 +00:00
network_dhcp_agent_binding Relocate Agent DB model 2016-10-07 14:18:19 -04:00
port_security Cleanup _find_related_obj 2017-02-25 06:29:33 +00:00
qos Cleanup _find_related_obj 2017-02-25 06:29:33 +00:00
quota Make query in quota api lockless 2017-03-07 20:49:55 +00:00
__init__.py Update License Headers to replace Nicira with VMware 2014-02-27 08:11:15 +00:00
_model_query.py Decouple hook and func registration from CommonDbMixin 2017-03-11 18:04:11 -05:00
_resource_extend.py Decouple hook and func registration from CommonDbMixin 2017-03-11 18:04:11 -05:00
_utils.py Refactor/prepare db common utils for neutron-lib 2016-10-28 10:53:11 -04:00
address_scope_db.py Decouple hook and func registration from CommonDbMixin 2017-03-11 18:04:11 -05:00
agents_db.py Spin off context module 2017-03-06 16:25:29 +00:00
agentschedulers_db.py Spin off context module 2017-03-06 16:25:29 +00:00
allowedaddresspairs_db.py Decouple hook and func registration from CommonDbMixin 2017-03-11 18:04:11 -05:00
api.py Stop spilling tracebacks during normal operation 2017-03-16 02:33:53 +00:00
common_db_mixin.py Decouple hook and func registration from CommonDbMixin 2017-03-11 18:04:11 -05:00
db_base_plugin_common.py use neutron_lib's get_random_mac 2017-03-07 09:13:47 -06:00
db_base_plugin_v2.py Decouple hook and func registration from CommonDbMixin 2017-03-11 18:04:11 -05:00
dns_db.py Decouple hook and func registration from CommonDbMixin 2017-03-11 18:04:11 -05:00
dvr_mac_db.py use neutron_lib's get_random_mac 2017-03-07 09:13:47 -06:00
external_net_db.py Decouple hook and func registration from CommonDbMixin 2017-03-11 18:04:11 -05:00
extradhcpopt_db.py Decouple hook and func registration from CommonDbMixin 2017-03-11 18:04:11 -05:00
extraroute_db.py Decouple hook and func registration from CommonDbMixin 2017-03-11 18:04:11 -05:00
flavors_db.py Clean up deprecated sqla model import paths 2017-02-25 03:42:34 +00:00
ipam_backend_mixin.py Merge "Fix DHCP Port Creation on Service Subnets" 2016-12-19 11:35:14 +00:00
ipam_pluggable_backend.py Add some debug statements to root-cause 1666493 2017-02-21 07:36:46 -08:00
l3_agentschedulers_db.py Clean up deprecated sqla model import paths 2017-02-25 03:42:34 +00:00
l3_attrs_db.py Decouple hook and func registration from CommonDbMixin 2017-03-11 18:04:11 -05:00
l3_db.py Spin off context module 2017-03-06 16:25:29 +00:00
l3_dvr_db.py Merge "Use registry.receives decorator in neutron.db.l3_dvr_db" 2017-03-03 23:10:01 +00:00
l3_dvr_ha_scheduler_db.py Remove unused LOG 2016-07-05 15:22:13 +08:00
l3_dvrscheduler_db.py Fix typos 2017-01-18 15:48:32 +07:00
l3_gwmode_db.py Decouple hook and func registration from CommonDbMixin 2017-03-11 18:04:11 -05:00
l3_hamode_db.py Use registry.receives decorator in neutron.db.l3_hamode_db 2017-02-28 17:19:17 +01:00
l3_hascheduler_db.py Refactor L3 scheduler (unify code paths) 2017-01-26 23:05:06 +00:00
models_v2.py Cleanup _find_related_obj 2017-02-25 06:29:33 +00:00
netmtu_db.py Decouple hook and func registration from CommonDbMixin 2017-03-11 18:04:11 -05:00
network_ip_availability_db.py IP Availability: remove unused imports 2016-03-01 07:06:10 -08:00
portbindings_base.py Decouple hook and func registration from CommonDbMixin 2017-03-11 18:04:11 -05:00
portbindings_db.py Decouple hook and func registration from CommonDbMixin 2017-03-11 18:04:11 -05:00
portsecurity_db.py Decouple hook and func registration from CommonDbMixin 2017-03-11 18:04:11 -05:00
portsecurity_db_common.py Refactor/prepare db common utils for neutron-lib 2016-10-28 10:53:11 -04:00
provisioning_blocks.py Clean up deprecated sqla model import paths 2017-02-25 03:42:34 +00:00
quota_db.py Create packages for quota modules 2015-07-28 11:55:01 -07:00
rbac_db_mixin.py Refactor/prepare db common utils for neutron-lib 2016-10-28 10:53:11 -04:00
rbac_db_models.py Use DB field sizes instead of _MAX_LEN constants 2016-12-23 13:48:57 +00:00
securitygroups_db.py Decouple hook and func registration from CommonDbMixin 2017-03-11 18:04:11 -05:00
securitygroups_rpc_base.py neutron-lib: start using neutron-lib helpers 2016-10-10 01:30:26 -07:00
segments_db.py Clean up deprecated sqla model import paths 2017-02-25 03:42:34 +00:00
servicetype_db.py Clean up deprecated sqla model import paths 2017-02-25 03:42:34 +00:00
sqlalchemytypes.py For typo in sqlalchemytypes 2017-02-13 16:18:46 +00:00
standard_attr.py Register sqlalchemy events through hook for UT cleanup 2017-01-20 04:15:01 -08:00
standardattrdescription_db.py Decouple hook and func registration from CommonDbMixin 2017-03-11 18:04:11 -05:00
subnet_service_type_db_models.py Decouple hook and func registration from CommonDbMixin 2017-03-11 18:04:11 -05:00
tag_db.py Clean up deprecated sqla model import paths 2017-02-25 03:42:34 +00:00
vlantransparent_db.py Decouple hook and func registration from CommonDbMixin 2017-03-11 18:04:11 -05:00