Skip to content

Conversation

@smirnoal
Copy link
Contributor

Description of changes:
Milliseconds part of a log timestamp now padded with leading zeroes

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Copy link
Contributor

@keshayad keshayad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

logger_handler.setFormatter(
logging.Formatter(
"[%(levelname)s]\t%(asctime)s.%(msecs)dZ\t%(aws_request_id)s\t%(message)s\n",
"[%(levelname)s]\t%(asctime)s.%(msecs)03dZ\t%(aws_request_id)s\t%(message)s\n",
Copy link
Contributor

@carlzogh carlzogh Jan 13, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@carlzogh carlzogh added enhancement New feature or request semver-patch Requires a patch semantic versioning bump labels May 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request semver-patch Requires a patch semantic versioning bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants