When starting nginx there is always logged:
[error] 1594#1594: [lua] crowdsec.lua:104: init(): APPSEC is enabled on '127.0.0.1:7422'
But I don't see what the error is, but it seems to be wanted:
|
ngx.log(ngx.ERR, "APPSEC is enabled on '" .. runtime.conf["APPSEC_HOST"] .. "'") |
maybe this should be changed to info or notice or something like this?
When starting nginx there is always logged:
[error] 1594#1594: [lua] crowdsec.lua:104: init(): APPSEC is enabled on '127.0.0.1:7422'But I don't see what the error is, but it seems to be wanted:
lua-cs-bouncer/lib/crowdsec.lua
Line 104 in 175231e
maybe this should be changed to info or notice or something like this?