branch: elpa/logview commit 65b1e6cb0b8ca1d4def9a50d015919c581fc0b79 Author: Paul Pogonyshev <pogonys...@gmail.com> Commit: Paul Pogonyshev <pogonys...@gmail.com>
Fix the highest level for JUL: it should be "SEVERE", not "ERROR". --- logview.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logview.el b/logview.el index 8d666fa9a0..341c4da9c8 100644 --- a/logview.el +++ b/logview.el @@ -66,7 +66,7 @@ This value is used as the fallback for customizable (debug "DEBUG") (trace "TRACE") (aliases "Log4j" "Log4j2" "Logback"))) - ("JUL" . ((error "ERROR") + ("JUL" . ((error "SEVERE") (warning "WARNING") (information "INFO") (debug "CONFIG" "FINE")