Output logger Date with better formatting
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
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by James Nutt