Service_name values in server_log_requests table.
Hi PA team!
The server_log_requests
table in the Pyramid database contains information about user actions, but the values in the service_name
column are not always clear.
Could someone help explain or provide guidance on decoding the values in the service_name
column? Specifically, it would be useful to understand:
- Action code (the value in
service_name
). - Description of the action.
- Additional information (e.g., which Pyramid modules the action relates to, what parameters can be passed).
Additionally, if possible, an ER diagram of the Pyramid repository would be helpful to understand how the server_log_requests
table is related to other tables.
Thanks!
1 reply
-
The service names are for Pyramid support and developers to understand and track down issues. There are no plans to share this detail with external parties. (That includes sharing an ER schema for the repository).
If you have specific issues you are trying to solve, please contact support.