]> granicus.if.org Git - icinga2/commit
Silence config compiler logging for runtime created objects 6663/head
authorMichael Friedrich <michael.friedrich@icinga.com>
Tue, 9 Oct 2018 14:41:17 +0000 (16:41 +0200)
committerMichael Friedrich <michael.friedrich@icinga.com>
Tue, 9 Oct 2018 14:41:17 +0000 (16:41 +0200)
commit85e161ea1edf76d0abd9d6703e43c33b864666be
tree76e5b684fd206a5792accccb837f97f39cd43cac
parente6eb703b367fd0b4ea40689a3eeb61b7d8ce664c
Silence config compiler logging for runtime created objects

This is especially problematic with many single creation requests,
e.g. many downtimes created via Icinga Web 2 & the REST API.

In addition to the config compiler messages, apply rule matches are
also in there which are removed by this patch.
lib/config/applyrule.cpp
lib/config/applyrule.hpp
lib/config/configitem.cpp
lib/remote/configobjectutility.cpp