Skip to content

[Feature]: Log migrations to CodeIgniter error log. #4323

@JustASideQuestNPC

Description

@JustASideQuestNPC

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

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions