From 06a004546f27151d013ffb3287ae54ad30d8aaac Mon Sep 17 00:00:00 2001 From: poorna2152 Date: Fri, 27 Sep 2024 09:58:01 +0530 Subject: [PATCH] Update out --- examples/regexp-find-operations/regexp_find_operations.out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/regexp-find-operations/regexp_find_operations.out b/examples/regexp-find-operations/regexp_find_operations.out index 5e9a9f4454..23aac6565e 100644 --- a/examples/regexp-find-operations/regexp_find_operations.out +++ b/examples/regexp-find-operations/regexp_find_operations.out @@ -1,5 +1,6 @@ $ bal run regexp_find_operations.bal First error log: 2024-09-19 10:03:17 ERROR [Database] - Connection to database timed out + All error logs: 2024-09-19 10:03:17 ERROR [Database] - Connection to database timed out 2024-09-19 10:06:10 ERROR [Scheduler] - Failed to start data backup: Permission denied @@ -20,4 +21,3 @@ Message: Failed to start data backup: Permission denied Timestamp: 2024-09-19 10:12:30 Component: RequestHandler Message: 404 Not Found: /api/v1/products -➜