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

Signed-off-by: Goutham Veeramachaneni <gouthamve@gmail.com>
This commit is contained in:
Goutham Veeramachaneni 2018-09-06 16:07:48 +05:30 committed by GitHub
parent 457e4bb58e
commit 3e87c04b83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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