mirror of
https://github.com/router-for-me/CLIProxyAPIPlus.git
synced 2026-03-27 14:17:37 +00:00
Merge pull request #457 from router-for-me/requestlog
style(logging): remove redundant separator line from response section
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user