v.25.6Improvement

Mark manually logged exceptions

Mark manually logged exceptions in client, local server, keeper client and disks app as logged, so that they are not logged twice. #81271 (Miсhael Stetsyuk).
Manually mark logged exceptions in client, local server, keeper client, and disks applications to prevent duplicate logging.

Why it matters

This feature addresses the problem of exceptions being logged multiple times across different components, which can clutter logs and make diagnosis harder. By marking exceptions as already logged, it avoids redundant log entries, improving log clarity and reducing noise for users.

How to use it

No explicit user action is required. The system automatically marks exceptions as logged in the client, local server, keeper client, and disks applications to prevent double logging.