ironic-inspector/ironic_inspector
Anton Arefiev dab42173c0 Allow specify log level for Error exception
For now, all Error exceptions logged with error level, but some exceptions
may be expected as correct flow and they shouldn't be logged as errors.

NotFoundInCacheError, for example, is raised when there isn't info in cache
about introspected node, this case may be handled by not_found_hook, so
this wouldn't be error anymore.

Change-Id: Ie537ccaef0035b2ef839c34fad0a5e6c9ba8f064
2016-03-10 11:58:40 +02:00
..
common Split ironic-related functions from utils to separate common.ironic module 2016-03-01 16:11:11 +01:00
migrations Add invert option to rule conditions 2016-02-29 13:48:55 +01:00
plugins Split ironic-related functions from utils to separate common.ironic module 2016-03-01 16:11:11 +01:00
test Correct method call to to_dict 2016-03-03 16:19:39 +00:00
__init__.py Switch to pbr 2015-06-18 16:09:07 +02:00
alembic.ini Add alembic migrations for the inspector database 2015-09-23 14:44:46 +01:00
conf.py Track node identification during the whole processing 2016-01-13 12:23:15 +01:00
db.py Add invert option to rule conditions 2016-02-29 13:48:55 +01:00
dbsync.py Add db migrations tests 2016-03-01 15:04:59 +02:00
firewall.py Split ironic-related functions from utils to separate common.ironic module 2016-03-01 16:11:11 +01:00
introspect.py Split ironic-related functions from utils to separate common.ironic module 2016-03-01 16:11:11 +01:00
main.py Split ironic-related functions from utils to separate common.ironic module 2016-03-01 16:11:11 +01:00
node_cache.py Split ironic-related functions from utils to separate common.ironic module 2016-03-01 16:11:11 +01:00
process.py Split ironic-related functions from utils to separate common.ironic module 2016-03-01 16:11:11 +01:00
rules.py Correct method call to to_dict 2016-03-03 16:19:39 +00:00
utils.py Allow specify log level for Error exception 2016-03-10 11:58:40 +02:00
version.py Use Reno for release notes management 2015-11-26 10:12:14 +01:00