-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
log,allocatorimpl: log allocation messages to a separate log file
The allocator logs are written to the main log file, which means that those messages sometimes spam the main log, and also, we can't increase verbosity much. Because of that most allocation logs are now under a vlog and therefore rarely used. This PR moves all allocation logs to a separate channel. The next step would be to move some log messages from vlog to be printed always, which should help debugging. Note that some unit tests were relying on VEventf tracing, even when vmodule is not enabled, instead we now explicitly set vmodule in those tests. Step 1 for #82836. Release note: None
- Loading branch information
1 parent
24906bd
commit f5e8b0d
Showing
18 changed files
with
474 additions
and
162 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.