From ed6ab4da59f80bf9fa2cbf15da5c9167dff44ea4 Mon Sep 17 00:00:00 2001 From: horus Date: Fri, 16 Feb 2018 16:57:10 +0100 Subject: Adds structured logging. (crawler) --- crawler/sanitize.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawler/sanitize.go') diff --git a/crawler/sanitize.go b/crawler/sanitize.go index 7a2ff58..949e0f0 100644 --- a/crawler/sanitize.go +++ b/crawler/sanitize.go @@ -1,7 +1,7 @@ package main import ( - "log" + log "github.com/Sirupsen/logrus" "regexp" "strings" ) -- cgit v1.2.3