Debug filenames are composed ofand a random number.the current time measured in the number of seconds since the Unix Epoch (January 1 1970 00:00:00 GMT)
Why the random number?
I changed the format towhich I found easier to understand.PHP Code:$debug_logfile_path = DIR_FS_SQL_CACHE . '/myDEBUG-' . date("Ymd_G-i-s", time()) . '.log';
ps
The comments in the error_reporting files regarding the format are incorrect.



