Skip to content

T16852 logger adjustments#16853

Merged
niden merged 6 commits intophalcon:5.0.xfrom
niden-code:T16852-logger-adjustments
Mar 15, 2026
Merged

T16852 logger adjustments#16853
niden merged 6 commits intophalcon:5.0.xfrom
niden-code:T16852-logger-adjustments

Conversation

@niden
Copy link
Member

@niden niden commented Mar 9, 2026

Hello!

In raising this pull request, I confirm the following:

  • I have read and understood the Contributing Guidelines
  • I have checked that another pull request for this purpose does not exist
  • I wrote some tests for this PR
  • I have updated the relevant CHANGELOG
  • I have created a PR for the documentation about this change

For the Phalcon\Logger

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.

Thanks

@niden niden self-assigned this Mar 9, 2026
@niden niden requested a review from Jeckerson March 9, 2026 17:55
@niden niden added bug A bug report status: medium Medium 5.0 The issues we want to solve in the 5.0 release labels Mar 9, 2026
niden and others added 2 commits March 10, 2026 14:37
Co-authored-by: Anton Vasiliev <Jeckerson@users.noreply.github.com>
@niden niden merged commit 1745963 into phalcon:5.0.x Mar 15, 2026
26 checks passed
@niden niden deleted the T16852-logger-adjustments branch March 15, 2026 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

5.0 The issues we want to solve in the 5.0 release bug A bug report status: medium Medium

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants