How can we improve WHMCS?

Share, discuss and vote for what you would like to see added to WHMCS

Module logging granularity (milliseconds)

  • jimlongo shared this idea 3 years ago
  • Developers
  • 2 Comments


It would be much more useful if the logs were output in order including milliseconds.
As it is they are often displayed out-of-order, that's clearly visible when you use __LINE__ in the identifier. They're often backwards.
They should be displayed from newest to oldest in exact order of processing which is only possible if one includes milliseconds.

2 Comments

Login to post a comment.

Created a hook to do this with some javascript: https://github.com/websavers/WHMCS-Hook-Module-Log-Sort-By-ID
Completely agree. This could also be solved by sorting by ID rather than the date column - a super easy fix for WHMCS devs.