-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
5.0The issues we want to solve in the 5.0 releaseThe issues we want to solve in the 5.0 releasebugA bug reportA bug reportstatus: mediumMediumMedium
Description
For the Logger class the levels are being recorded in upper case. For phalcon/phalcon using PSR we record them lower case.
- The levels need to change to record lower case to align with phalcon/phalcon
- There is a known performance hit for the Stream adapter which opens the stream every time it needs to write a message. It is best to open it once, write everything and then close it.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
5.0The issues we want to solve in the 5.0 releaseThe issues we want to solve in the 5.0 releasebugA bug reportA bug reportstatus: mediumMediumMedium
Type
Projects
Status
Implemented