Is your feature request related to a problem? Please describe.
Currently system logs on analysis view reference analyses only by UUIDs.
This makes it difficult to understand what actually happened during execution without manually resolving the UUID and makes them unnecessary long.
Problems this causes:
• Logs are hard to interpret during debugging
• Administrators must manually map UUIDs to analysis metadata
Describe the solution you'd like
Logs should display the plaintext analysis name instead of, or in addition to, the UUID.
Example:
Current log entry:
Created bucket for 7c1e8f12-43aa-4a2c-8c3e-29b1f23f4e11
Proposed:
Created bucket for LongCOVID_risk_model
Is your feature request related to a problem? Please describe.
Currently system logs on analysis view reference analyses only by UUIDs.
This makes it difficult to understand what actually happened during execution without manually resolving the UUID and makes them unnecessary long.
Problems this causes:
• Logs are hard to interpret during debugging
• Administrators must manually map UUIDs to analysis metadata
Describe the solution you'd like
Logs should display the plaintext analysis name instead of, or in addition to, the UUID.
Example:
Current log entry:
Created bucket for 7c1e8f12-43aa-4a2c-8c3e-29b1f23f4e11
Proposed:
Created bucket for LongCOVID_risk_model