From c9afd4e8afe6a719b5d930c9baa2699442849fd8 Mon Sep 17 00:00:00 2001 From: Maximilian Möhring Date: Wed, 15 May 2019 16:58:56 +0200 Subject: Improves structured logging. (crawler) --- crawler/struct.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'crawler/struct.go') diff --git a/crawler/struct.go b/crawler/struct.go index 1965c2e..1b0bfc3 100644 --- a/crawler/struct.go +++ b/crawler/struct.go @@ -29,4 +29,7 @@ type Shop struct { Logo_url string Shipping_costs int Free_shipping string + + error_msg string + error_ctx string } -- cgit v1.2.3