From 62d96c2e9377c62b9be988a3c5c1341d6da8fc14 Mon Sep 17 00:00:00 2001 From: Luqmanul Hakim Date: Tue, 25 Jun 2019 08:04:21 +0700 Subject: [PATCH] router.go: add comment func LogAccess --- router.go | 1 + 1 file changed, 1 insertion(+) diff --git a/router.go b/router.go index b30d2b17..3593be4c 100644 --- a/router.go +++ b/router.go @@ -971,6 +971,7 @@ func toURL(params map[string]string) string { return strings.TrimRight(u, "&") } +// LogAccess logging info HTTP Access func LogAccess(ctx *beecontext.Context, startTime *time.Time, statusCode int) { //Skip logging if AccessLogs config is false if !BConfig.Log.AccessLogs {