You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quick question: why don't you reuse error_log PHP function internally? Using it for logging can easily bring in-house two more SAPI & SysLog logging adapters.
Currently there is no way to set particular log level with Phalcon\Logger to log only messages of particular importance.
Adding Phalcon\Logger\Adapter::setLogLevel($logLevel) and optional attribute to logger __constructor which sets up a filter like
(requestedLogLevel >= type)
somewhere here https://github.com/phalcon/cphalcon/blob/master/ext/logger/adapter.c#L403 will resolve this problem.The text was updated successfully, but these errors were encountered: