I am defining a custom log on Azure, which should have the following format:
[TIMESTAMP] MESSAGE
I tried creating manually a file with one of the format which the custom logs should recognize:
[27/Jul/2021:12:11:00 UTC] avviato
[27/Jul/2021:12:12:00 UTC] avviato
[27/Jul/2021:12:13:00 UTC] avviato
[27/Jul/2021:12:14:00 UTC] avviato
[27/Jul/2021:12:15:00 UTC] avviato
[27/Jul/2021:12:16:00 UTC] avviato
The timestamp should match the "dd/MMM/yyyy:HH:mm:ss zzz" format, however it says it couldn't parse it and to select a different format.
Why is it not recognizing the timestamp format? what am I doing wrong?