-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature #4604 Making the channel handler more useful by showing it on…
… the prod environment (weaverryan) This PR was merged into the 2.3 branch. Discussion ---------- Making the channel handler more useful by showing it on the prod environment | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.3+ | Fixed tickets | n/a Hi guys! I realized there were a few practical problems with this: 1) Normally, there is no `monolog` configuration in `config.yml` - so it's odd to show an example there 2) In the `prod` environment (by default, unless you set doctrine's logging explicitly to true), the `doctrine` channel is not logged at all. So, if you tried this example in `config_prod.yml`, it probably wouldn't work. But security is always there. Thanks! P.S. After merging to 2.6, `container:debug` should be changed to `debug:container`. Commits ------- bc79b21 Adding one more note about why we're in config.yml 78323d8 Changing back to config.yml and fixing some code block mistakes thanks to Wouter f9f3c3f Making the channel handler more useful by showing it on the prod environment
- Loading branch information
Showing
1 changed file
with
37 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters