mirror of https://github.com/Icinga/icinga2.git
Stop the IcingaApplication at the latest point, before any loggers
This commit is contained in:
parent
a25e2b1038
commit
a4f97c1246
|
@ -26,6 +26,8 @@ namespace icinga
|
||||||
|
|
||||||
class IcingaApplication : Application
|
class IcingaApplication : Application
|
||||||
{
|
{
|
||||||
|
activation_priority -50;
|
||||||
|
|
||||||
[config, no_storage, virtual] String environment {
|
[config, no_storage, virtual] String environment {
|
||||||
get;
|
get;
|
||||||
set;
|
set;
|
||||||
|
|
Loading…
Reference in New Issue