Skip to content

Commit ff932e1

Browse files
authored
Merge pull request #1532 from tkan145/typo-fix
Fix typos
2 parents d3d6c5f + 2d9faa7 commit ff932e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ that improve the performance of the whole gateway.
9494

9595
### `APICAST_OIDC_LOG_LEVEL`
9696

97-
**Values:** debug | info | notice | warn | error | crit | alert | emerg
97+
**Values:** debug | info | notice | warn | err | crit | alert | emerg
9898
**Default:** err
9999

100100
Allows to set the log level for the logs related to OpenID Connect integration

gateway/src/resty/resolver/cache.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ function _M.store(self, qname, qtype, answer, force_ttl)
9292
end
9393

9494
local key = name .. ":" .. qtype
95-
ngx.log(ngx.DEBUG, 'resolver cache write ', key, ' with TLL ', ttl)
95+
ngx.log(ngx.DEBUG, 'resolver cache write ', key, ' with TTL ', ttl)
9696

9797
return cache:set(key, answer, ttl)
9898
end

0 commit comments

Comments
 (0)