Conversation
ReviewSummary of Changes
Overall FeedbackNo changes requested—these updates address the CGO issue for SQLite and add production-ready features like graceful shutdown. The volume mounts should resolve the database persistence TODO. Excellent work improving the Docker setup! 😊 |
|
@Pertempto, the custom logger formatter in return fmt.Sprintf("%s - %s \"%s %s %s\" %d %s \"%s\"\n",
param.TimeStamp.Format(time.RFC3339),
param.ClientIP,
param.Method,
param.Path,
param.Protocol, // Added protocol
param.StatusCode,
param.Latency,
param.ErrorMessage)Note the |
|
|
@Pertempto, just a quick check on the TODO in the PR description about getting the database file to work properly inside docker. Any update on that, or is it resolved with these changes? |
Still working on that... |
Uh oh!
There was an error while loading. Please reload this page.