Skip to content

Added logging filters for user and remote IP

Compare
Choose a tag to compare
@moconnell1453 moconnell1453 released this 29 Oct 18:39
· 357 commits to master since this release
13faebe

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