Added logging filters for user and remote IP
Added a new logging utility providing two logging filter classes:
- RemoteIpFilter - This filter tries to get the remote IP from the current request context so that it can be added to log statements through interpolation
- UserIdFilter - This filter tries to get the LMS user id from the current request context so that it can be added to log statements through interpolation