Log Remote address for each request
This commit is contained in:
parent
bbb604af66
commit
6e32bf4e23
@ -43,7 +43,8 @@ Framework.prototype.run = function()
|
|||||||
}
|
}
|
||||||
|
|
||||||
Dragonfly.Info(
|
Dragonfly.Info(
|
||||||
method + ": " + encodeURI( this.HTTP.request.raw.url )
|
this.HTTP.request.remoteAddr + " "
|
||||||
|
+ method + ": " + encodeURI( this.HTTP.request.raw.url )
|
||||||
+ " - " + this.HTTP.request.raw.headers["user-agent"]
|
+ " - " + this.HTTP.request.raw.headers["user-agent"]
|
||||||
, Dragonfly.Visibility.VISIBLE
|
, Dragonfly.Visibility.VISIBLE
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user