Skip to content

Output logger Date with better formatting

Dan Davison requested to merge dj-simplify-date-formatting into master

What does this MR do and why?

Improves the formatting of the Date outputted from the logger.

Before

[date=2022-06-07 14:05:35 +0000 from=Gitlab QA] INFO  -- Docker shell command: `docker ps -f name=gitlab-ee-2641190a`
[date=2022-06-07 14:05:35 +0000 from=Gitlab QA] DEBUG -- Docker shell command output:

After

[Jun 07 2022 11:30:00 UTC (Gitlab QA)] INFO  -- Docker shell command: `docker ps -f name=gitlab-ee-2641190a`
[Jun 07 2022 11:30:00 UTC (Gitlab QA)] DEBUG -- Docker shell command output:

Screenshot

Screen_Shot_2022-06-07_at_11.48.15

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Dan Davison

Merge request reports