Rwatana / BlogService

0 stars 0 forks source link

Add parts that store crash log to DB #16

Open Rwatana opened 2 months ago

Rwatana commented 2 months ago

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