Skip to content

Improve speed of debug logging to disk#4818

Merged
renecannao merged 3 commits intov3.0from
v3.0_debugFastLog
Feb 14, 2025
Merged

Improve speed of debug logging to disk#4818
renecannao merged 3 commits intov3.0from
v3.0_debugFastLog

Conversation

@renecannao
Copy link
Contributor

This commit introduces multiple changes in debug.cpp:

  • new struct DebugLogEntry
  • entries are not written directly to database, but in a vector (log_buffer)
  • when a threshold is reached (currently hardcoded) all entries are saved to database

renecannao and others added 3 commits February 5, 2025 11:28
This commit introduces multiple changes in debug.cpp:
* new struct DebugLogEntry
* entries are not written directly to database, but in a vector (`log_buffer`)
* when a threshold is reached (currently hardcoded) all entries are saved to database
@renecannao renecannao merged commit ecd4de6 into v3.0 Feb 14, 2025
20 of 152 checks passed
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.

2 participants