jimlongo Posted April 19, 2022 Share Posted April 19, 2022 When trying to develop a module in 8.x I am getting all the logging on the minute. This is pretty useless when trying to decipher the order things are happening. i was hoping i could change the resolution of the table to milliseconds, which i did, but this has zero effect. It doesn't record the milliseconds and the output in the table ... it doesn't even have seconds granularity, just hh.mm Is there some way to change this setting to make it useful? 0 Quote Link to comment Share on other sites More sharing options...
string Posted April 19, 2022 Share Posted April 19, 2022 34 minutes ago, jimlongo said: Is there some way to change this setting to make it useful? No. You don't define the datetime, WHMCS does. While the second is stored in the database, WHMCS does not output it. Since the the module debug log page is not an editable template file, you cannot change the output value. Well, technically you can change it by JS, but that seems unreasonable to me. Instead, I would just store the timestamp somewhere else (action or request). 0 Quote Link to comment Share on other sites More sharing options...
jimlongo Posted April 19, 2022 Author Share Posted April 19, 2022 Please upvote this request https://requests.whmcs.com/idea/module-logging-granularity-milliseconds if you're interested. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.