style(logging): remove redundant separator line from response section

This commit is contained in:
hkfires
2025-12-08 18:18:33 +08:00
parent 5aa386d8b9
commit aee659fb66

View File

@@ -814,7 +814,6 @@ func (w *FileStreamingLogWriter) Close() error {
}
// 3. Write RESPONSE section (status, headers, buffered chunks)
content.WriteString("========================================\n")
content.WriteString("=== RESPONSE ===\n")
if w.statusWritten {
content.WriteString(fmt.Sprintf("Status: %d\n", w.responseStatus))