]> granicus.if.org Git - pdns/commitdiff
turns out.. there is an Alert loglevel and an Emergency loglevel which we documented...
authorbert hubert <bert.hubert@netherlabs.nl>
Tue, 2 Feb 2016 18:17:18 +0000 (19:17 +0100)
committerbert hubert <bert.hubert@netherlabs.nl>
Tue, 2 Feb 2016 18:17:18 +0000 (19:17 +0100)
pdns/lua-recursor4.cc

index 42bf13b4d698ab686ae69add8b73b12e121bf131..c8e9dad3dd40add0fc88e8b3a9f8486e62eaef9e 100644 (file)
@@ -317,8 +317,10 @@ RecursorLua4::RecursorLua4(const std::string& fname)
   };
 
   pd.push_back({"loglevels", in_t{
+        {"Alert", LOG_ALERT},
        {"Critical", LOG_CRIT},
        {"Debug", LOG_DEBUG},
+        {"Emergency", LOG_EMERG},
        {"Info", LOG_INFO},
        {"Notice", LOG_NOTICE},
        {"Warning", LOG_WARNING},