-
Notifications
You must be signed in to change notification settings - Fork 230
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor some pdep logging statements for improved performance
Instead of pre-formatting strings provided to the logging module, use sprintf style formatting and provide arguments directly. This way, the logging module can decide whether or not to format the strings, which can take a significant amount of time. Also, this converts a few statements from warning to debug in order to clean up the log file for pdep jobs.
- Loading branch information
Showing
2 changed files
with
20 additions
and
19 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