chiark / gitweb /
journalctl: immeidately terminate on invalid seed
[elogind.git] / src / journal / journald.c
index 145663bf5b8efc4c5e67788c20d949ab3cbfded0..d431953f0701ef148b0977aef104e3f54ba1a7eb 100644 (file)
@@ -47,6 +47,7 @@
 #include "list.h"
 #include "journal-rate-limit.h"
 #include "journal-internal.h"
+#include "journal-vacuum.h"
 #include "conf-parser.h"
 #include "journald.h"
 #include "virt.h"
@@ -2944,6 +2945,7 @@ int main(int argc, char *argv[]) {
 
         log_set_target(LOG_TARGET_SAFE);
         log_set_facility(LOG_SYSLOG);
+        log_set_max_level(LOG_DEBUG);
         log_parse_environment();
         log_open();