This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Bundle/FrameworkBundle
Fabien Potencier 44a6f60fdb feature #26504 [FrameworkBundle] framework.php_errors.log now accept a log level (Simperfit)
This PR was merged into the 4.1-dev branch.

Discussion
----------

[FrameworkBundle] framework.php_errors.log now accept a log level

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | yes <!-- don't forget to update src/**/CHANGELOG.md files -->
| BC breaks?    | no     <!-- see https://symfony.com/bc -->
| Deprecations? | no <!-- don't forget to update UPGRADE-*.md files -->
| Tests pass?   | yes    <!-- please add some, will be required by reviewers -->
| Fixed tickets | #26267   <!-- #-prefixed issue number(s), if any -->
| License       | MIT
| Doc PR        |  todo <!-- required for new features -->

We are testing that `framework.php_errors.log` is either a bool or an int (set the value of the log level you want).
This fixes #26267, so it gives a way to not log some level on production.

Commits
-------

664f821895 [FrameworkBundle] framework.php_errors.log now accept a log level
2018-03-27 20:27:43 +02:00
..
CacheWarmer Merge branch '4.0' 2018-03-19 23:38:22 +01:00
Command [Messenger] Add a new Messenger component 2018-03-23 09:01:52 +01:00
Console [FrameworkBundle] show the unregistered command warning at the end of the list command 2018-03-14 12:19:56 +01:00
Controller feature #26281 [FrameworkBundle] keep query in redirect (Simperfit) 2018-03-27 09:45:03 +02:00
DataCollector [Messenger] Clone messages to show in profiler 2018-03-27 09:46:50 +02:00
DependencyInjection feature #26504 [FrameworkBundle] framework.php_errors.log now accept a log level (Simperfit) 2018-03-27 20:27:43 +02:00
EventListener Deprecate bundle:controller:action and service:method notation 2018-02-21 06:14:04 +01:00
HttpCache Merge branch '3.4' into 4.0 2018-03-19 23:35:49 +01:00
Kernel Deprecate bundle:controller:action and service:method notation 2018-02-21 06:14:04 +01:00
Resources [Messenger] Add a middleware that wraps all handlers in one Doctrine transaction. 2018-03-27 11:43:30 +01:00
Routing Merge branch '4.0' 2018-02-26 18:04:28 +01:00
Templating Add return type hint 2018-03-23 15:53:02 +01:00
Test [FrameworkBundle] Allow fetching private services from test clients 2018-03-13 12:50:01 +01:00
Tests feature #26647 [Messenger] Add a middleware that wraps all handlers in one Doctrine transaction. (Nyholm) 2018-03-27 11:43:33 +01:00
Translation Merge branch '3.4' into 4.0 2018-01-03 18:15:19 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md [FrameworkBundle] feature: add the ability to search a route 2018-03-21 10:40:34 +01:00
Client.php [FrameworkBundle] Allow fetching private services from test clients 2018-03-13 12:50:01 +01:00
composer.json Update composer files 2018-03-23 15:53:02 +01:00
FrameworkBundle.php [Messenger] Add a new Messenger component 2018-03-23 09:01:52 +01:00
LICENSE fixed years in copyright 2018-01-03 08:23:28 +01:00
phpunit.xml.dist Merge branch '3.2' 2017-04-12 07:14:56 -07:00
README.md add readme files where missing 2016-03-07 11:36:15 +01:00