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 {