How do I view all requests from a specific app and match them to a specific D2L user?
Within the D2L database, REQUEST_LOGGING_USERS_PATHS_DAYS shows the requests for each user and EXT_TOKENS shows the user tokens for a specific app. How do I match the requests to a token/app?
For example, the types of questions I'm seeking to answer include: What requests has app x made yesterday? What requests has user y made while using app x? The above is very important to understand what an app is doing, how often, and the load it's putting on the D2L system (essentially, troubleshooting and performance testing).