Actions
Todo #16515
openSet appropriate log levels in PHP logs
Start date:
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Plus-Next
Release Notes:
Default
Description
Currently almost all of the logging from PHP uses the log_error() function which results in all messages being prioritized as errors. Change all PHP logging to make sure that an appropriate log level is specified. With this change in place, log management becomes easier and allows for the potential of a system-wide log level option.
Actions