-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: ensure log_offset is properly printing instead of None in log (#13)
* Code changes to retry the failed request on http 429 * Changed the retry logic to try until succeed * Improved error message * Change severity from error to warning * Dropped duplicate logging * fix: ensure log_offset is properly printing instead of None in log * chore: bump version to 2.2.3 * Fix: Convert offset naive datetime to timezone-aware datetime (#15) --------- Co-authored-by: Seyed Faziludeen <[email protected]> Co-authored-by: Sudharsan-VS <[email protected]>
- Loading branch information
1 parent
9403090
commit ced0e09
Showing
4 changed files
with
43 additions
and
10 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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
__title__ = "duologsync" | ||
__description__ = "Ingest + sync logs from the Duo Admin API into another system." | ||
__url__ = "https://github.com/duosecurity/duo_log_sync" | ||
__version__ = "2.2.2" | ||
__version__ = "2.2.3" | ||
__author__ = "Duo Security, Inc." | ||
__license__ = "MIT" | ||
__email__ = "[email protected]" |
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