mirror of
https://github.com/lucky-sideburn/kubeinvaders.git
synced 2026-04-06 10:26:52 +00:00
fix metrics.lua
This commit is contained in:
@@ -63,7 +63,7 @@ if okredis then
|
||||
end
|
||||
|
||||
else
|
||||
ngx.log(ngx.ERR, "Connection to Redis is not ok. REDIS_URL is " .. os.getenv("REDIS_URL"))
|
||||
ngx.log(ngx.ERR, "Connection to Redis is not ok. REDIS_HOST is " .. os.getenv("REDIS_HOST"))
|
||||
ngx.log(ngx.ERR, errredis)
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user