Skip to content

Log fix - #230

Merged
marinofaggiana merged 1 commit into
mainfrom
log
Jul 8, 2026
Merged

Log fix#230
marinofaggiana merged 1 commit into
mainfrom
log

Conversation

@marinofaggiana

@marinofaggiana marinofaggiana commented Jul 8, 2026

Copy link
Copy Markdown
Member

Fix log file writes by serializing the log writer queue.

The log writer queue now uses a serial DispatchQueue instead of a concurrent one. Since all log entries are appended to the same log file, concurrent writes could interleave seek/write operations and produce broken or incomplete log lines. Serializing the queue preserves log order and prevents corrupted log output.

Signed-off-by: Marino Faggiana <marino.faggiana@nextcloud.com>
@marinofaggiana
marinofaggiana merged commit ed6fac5 into main Jul 8, 2026
2 of 4 checks passed
@marinofaggiana
marinofaggiana deleted the log branch July 8, 2026 08:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant