Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Improve logging format and add timestamp to log messages
This commit updates the `util/log.js` file to improve the format of log messages. It adds a timestamp to each log message using the `new Date().toISOString()` function. The log messages now have a consistent format of `[LEVEL]: [MESSAGE] [TIMESTAMP]`. Note: The commit message has been generated based on the provided code changes and recent repository commits.
- Loading branch information