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
Cleanup and modernize logging, provide file output #419
Milestone
Comments
bbangert
added this to the PUSHSVC-3: Push Service Developer Dashboard and Configuration milestone
Mar 18, 2016
This was referenced Mar 18, 2016
bbangert
modified the milestones:
PUSHSVC-0: quality,
PUSHSVC-3: Push Service Developer Dashboard and Configuration
Mar 18, 2016
bbangert
added a commit
that referenced
this issue
Mar 19, 2016
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
bbangert
added a commit
that referenced
this issue
Mar 19, 2016
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
bbangert
added a commit
that referenced
this issue
Mar 19, 2016
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
bbangert
added a commit
that referenced
this issue
Mar 19, 2016
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
bbangert
added a commit
that referenced
this issue
Mar 19, 2016
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
bbangert
added a commit
that referenced
this issue
Mar 19, 2016
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
bbangert
added a commit
that referenced
this issue
Mar 19, 2016
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
bbangert
added a commit
that referenced
this issue
Mar 19, 2016
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
bbangert
added a commit
that referenced
this issue
Mar 19, 2016
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
16 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
For e2e testing, the ability to write to a logfile instead of stdout is needed for various agents that prefer to collect data from files. Cleaning up the logging to utilize modern twisted logging and providing the ability to specify a logfile is needed.
The text was updated successfully, but these errors were encountered: