-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Open
Labels
Description
Type of Feature
✨ New Feature
OpensourcePOS Version
opensourcepos 3.3.9
Description
Currently, all the database migrations log info to the PHP error logs, rather than the CodeIgniter error logs. This should be fixed for consistency with the rest of the system.
Additional Information
Fixing this would require replacing all of the error_log() calls in the migration classes and migration helpers with the CodeIgniter log_message(). This could also be an opportunity to add info logging to some of the migrations that currently don't have any.
Verify you searched open requests in OpensourcePOS
- I agree I have searched Open Requests