From 4571cc4ec1acec3dcc83c8b7122b18599aa8d480 Mon Sep 17 00:00:00 2001 From: Andreas Fankhauser hiddenalpha.ch Date: Fri, 5 Jan 2024 20:30:52 +0100 Subject: Add link about java try-with-resources. Update log digger. --- src/main/lua/paisa-logs/DigHoustonLogs.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/main/lua/paisa-logs/DigHoustonLogs.lua') diff --git a/src/main/lua/paisa-logs/DigHoustonLogs.lua b/src/main/lua/paisa-logs/DigHoustonLogs.lua index c9b510b..85c21c3 100644 --- a/src/main/lua/paisa-logs/DigHoustonLogs.lua +++ b/src/main/lua/paisa-logs/DigHoustonLogs.lua @@ -36,7 +36,7 @@ function loadFilters( that ) that.filters = { { action = "drop", beforeDate = "2023-10-18 03:00:00.000", }, - { action = "drop", afterDate = "2023-10-18 15:00:00.000", }, + { action = "drop", afterDate = "2024-01-31 23:59:59.999", }, { action = "drop", level = "TRACE" }, { action = "drop", level = "DEBUG" }, @@ -68,7 +68,7 @@ function loadFilters( that ) }, -- Reported: SDCISA-13717 - -- Seen: 2023-10-18 prod + -- Seen: 2024-01-05 prod, 2023-10-18 prod { action = "drop", file = "LocalHttpServerResponse", level = "ERROR", msgPattern = "^non%-proper HttpServerResponse occured\r?\n" .."java.lang.IllegalStateException:" @@ -76,7 +76,7 @@ function loadFilters( that ) .." HTTP chunked encoding.", }, -- Reported: - -- Seen: 2023-10-18 prod + -- Seen: 2024-01-05 prod, 2023-10-18 prod { action = "drop", file = "ContextImpl", level = "ERROR", msgPattern = "Unhandled exception\n" .."java.lang.IllegalStateException: You must set the Content%-Length header to be the total size of the message body BEFORE sending" @@ -163,7 +163,7 @@ function loadFilters( that ) .." __vertx.reply.[0-9]+, repliedAddress: nsync.reregister.sync/slarti.vehicle.setup.sync.[0-9]+", }, - -- Seen: 2023-10-18 prod + -- Seen: 2024-01-05 prod, 2023-10-18 prod -- Reported: { action = "drop", file = "Utils", level = "ERROR", msgPattern = "^Exception occurred\n" .."io.vertx.core.eventbus.ReplyException: Timed out after waiting 30000.ms. for a reply. address: __vertx.reply.[0-9]+, repliedAddress: nsync.register.sync" }, -- cgit v1.1