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