This repository has been archived by the owner on Jul 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update logging for newstyle twisted and file output
Updates all logging calls to use the newer logging utilities in twisted. This obsoletes the use of eliot, as twisteds logger can handle arbitrary keywords. The logging handling has been revamped into a more easily testable class that implements twisteds IObserver for easy logger observing. log_level support has been re-added so that calls can be appropriately scoped by logging type. Existing info/msg log calls now use appropriate log levels, with delayed function calls to prevent unnecessary overhead when formatting objects if the log message is ignored. Closes #419
- Loading branch information
Showing
21 changed files
with
329 additions
and
327 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
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.