mirror of https://github.com/Icinga/icinga2.git
Merge pull request #9851 from Icinga/Al2Klimov-patch-3
Make ObjectImpl<Logger>#GetSeverity() non-virtual
This commit is contained in:
commit
28b2db8446
|
@ -9,7 +9,7 @@ namespace icinga
|
|||
|
||||
abstract class Logger : ConfigObject
|
||||
{
|
||||
[config, virtual] String severity {
|
||||
[config, set_virtual] String severity {
|
||||
default {{{ return "information"; }}}
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue