FEATURE REQUEST: Would be good to have millisecond timing in main debug log

Just a quick feature request that could help debugging, especially apps that use long polling / ajax etc where logs can get really busy.

At the moment the main debug log file only shows date and time to the second like this:

15/01/2019 06:46:02 PHP ERROR: System Error. Code: 233.

It would be really handy if it could show fractions of a second like the cef debug log:

[0114/164050.997:ERROR:gpu_process_transport_factory.cc(990)] Lost UI shared context.

1 Like

Not sure whether our date system allows this. We’ll explore this area.

1 Like