-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat CCT-965: Include timezone in the logs
In `subscription-manager/src/rhsm/logutil.py`i: * New loggin formater class `RhsmISO8601Formatter` was made to ensure that time stamp entry is in ISO-8810 format and that it contains info about milliseconds and time zone. * Then variable `LOG_FORMATTER` is made and `RhsmISO8601Formatter(LOG_FORMAT)` is assigned to it. Then distributed to places where `.setFormatter(Formatter(LOG_FORMAT, ...))` occured. CARD CCT-965
- Loading branch information
Showing
1 changed file
with
12 additions
and
12 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