forked from catchpoint/WebPageTest.agent
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request catchpoint#638 from FedericoMulas/rfc5424-logging
wptagent log local logs syslog rfc5424
- Loading branch information
Showing
6 changed files
with
858 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,3 +17,5 @@ brotli | |
xvfbwrapper | ||
google-cloud-storage | ||
google-cloud-pubsub | ||
pytz | ||
tzlocal |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
""" | ||
This library offers an logging in rfc5424 format. | ||
Is based on https://github.com/jobec/rfc5424-logging-handler that is not currently maintained. | ||
A few changes needed to be implemented anyway to tailor the logging to wptagent, hence the hard copy. | ||
""" | ||
|
||
from .handler import Rfc5424SysLogHandler | ||
from .rfc5424logging_context import logging_context |
Oops, something went wrong.