The "Recommended logging format" suggests formatting the timestamp as follows:
yyyy-mm-dd hh:mm:ss.fff zzz
The month component should be capitalized; as it stands, this format renders minutes in place of the month. 😀 It should be:
yyyy-MM-dd hh:mm:ss.fff zzz
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
@LarsKemmann
Thanks for your feedback! We will investigate and update as appropriate.
Thanks! I made a pull request to update this. https://github.com/MicrosoftDocs/azure-docs-pr/pull/139900