How messages in the log file are ordered?

0
Hello I want to ask how messages in the log file are ordered? Old messages are first or the newest message are always on the top? That will be great if anyone can post a log file from acceptance ENV. Thanks a lot!
asked
1 answers
2

Oldest first

2021-12-10T00:00:03.695825 [APP/PROC/WEB/0]   INFO - ModuleX: Start retrieving remote files
2021-12-10T00:00:06.546060 [APP/PROC/WEB/0]   INFO - ModuleX: Done retrieving remote files
2021-12-10T00:52:41.413393 [APP/PROC/WEB/0]   INFO - WebUI: Login 2FA OK: user something@hotmail.com'
2021-12-10T01:00:00.009484 [APP/PROC/WEB/0]   INFO - ModuleY: Performing cleanup.
2021-12-10T01:00:03.913733 [APP/PROC/WEB/0]   INFO - ModuleX: Start retrieving remote files
2021-12-10T01:00:04.827680 [APP/PROC/WEB/0]   INFO - Email: Finished cleaning up.
2021-12-10T01:00:06.842137 [APP/PROC/WEB/0]   INFO - ModuleX: Done retrieving remote files
2021-12-10T01:05:32.003699 [APP/PROC/WEB/0]   INFO - ModuleV: Start SE_Client_RecalculateAge
 

answered