Logger is nil for API. Fixes #4577 (#4583)

Signed-off-by: Goutham Veeramachaneni <gouthamve@gmail.com>
pull/4581/merge
Goutham Veeramachaneni 6 years ago committed by GitHub
parent 457e4bb58e
commit 3e87c04b83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -166,6 +166,7 @@ func NewAPI(
enableAdmin: enableAdmin,
rulesRetriever: rr,
remoteReadLimit: remoteReadLimit,
logger: logger,
}
}

Loading…
Cancel
Save