To effectively manage and collect crash logs to improve application stability. The focus is on utilizing the sidecar pattern and understanding the runtime to ensure proper collection and storage of crash logs.
Goal
This issue will be closed when crash logs are properly saved to the database and the monitoring process using the sidecar pattern is functioning correctly. It is essential that logs can be captured even when the application fails to start.
Approach
Overview
What: Implement a system to save crash logs to the database and use the sidecar pattern for monitoring processes.
How:
Implement the sidecar pattern to run a monitoring process in a separate process.
Ensure logs can be collected from other sources even if the application fails to start.
Todo
[ ] Implement and test the sidecar pattern.
[ ] Verify log collection when the application fails.
Crash Log Management and Handling
Background
To effectively manage and collect crash logs to improve application stability. The focus is on utilizing the sidecar pattern and understanding the runtime to ensure proper collection and storage of crash logs.
Goal
This issue will be closed when crash logs are properly saved to the database and the monitoring process using the sidecar pattern is functioning correctly. It is essential that logs can be captured even when the application fails to start.
Approach
Overview
Todo
Deadline
/
References
None