fixed
This commit is contained in:
parent
d906ae1fe6
commit
daf6ac639c
@ -58,8 +58,9 @@ module Devops
|
|||||||
# set current logger and call handlers
|
# set current logger and call handlers
|
||||||
def call env
|
def call env
|
||||||
DevopsLogger.logger = @@logger
|
DevopsLogger.logger = @@logger
|
||||||
super(env)
|
res = super(env)
|
||||||
@@access_logger.info(env["REQUEST_METHOD"] + " " + env["REQUEST_URI"] + " - from #{env["HTTP_USER_AGENT"]}")
|
@@access_logger.info(env["REQUEST_METHOD"] + " " + env["REQUEST_URI"] + " - from #{env["HTTP_USER_AGENT"]}")
|
||||||
|
res
|
||||||
end
|
end
|
||||||
|
|
||||||
error Devops::ValidationError do
|
error Devops::ValidationError do
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user