Log Remote address for each request
This commit is contained in:
		@@ -43,7 +43,8 @@ Framework.prototype.run = function()
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	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"]
 | 
			
		||||
		, Dragonfly.Visibility.VISIBLE
 | 
			
		||||
	);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user