Skip to content

refactor(server): remove unnecessary log output for dirty rooms and file descriptors#378

Merged
from2001 merged 1 commit intodevelopfrom
refactor/remove-some-log-output
Mar 14, 2026
Merged

refactor(server): remove unnecessary log output for dirty rooms and file descriptors#378
from2001 merged 1 commit intodevelopfrom
refactor/remove-some-log-output

Conversation

@from2001
Copy link
Collaborator


This pull request simplifies the status logging in the _periodic_loop method by removing some details from the log output. The most important change is that information about dirty rooms and file descriptors (FDs) is no longer included in the status log.

Logging simplification:

  • Removed the calculation and logging of the number of dirty rooms from the status output.
  • Removed the retrieval and logging of file descriptor (FD) usage information from the status output.

@from2001 from2001 merged commit 5844022 into develop Mar 14, 2026
@from2001 from2001 deleted the refactor/remove-some-log-output branch March 14, 2026 11:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant