Skip to content

Updated logging/* articles to Symfony 4 #8683

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 27, 2017

Conversation

javiereguiluz
Copy link
Member

No description provided.

@@ -16,7 +16,7 @@ configuration:

.. code-block:: yaml

# app/config/config.yml
# config/packages/monolog.yaml
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think config/packages/prod/monolog.yaml is more proper - that's really where the user should modify things.

That might affect other logs docs too. In other words, I think we had it wrong before.

@weaverryan
Copy link
Member

Status: Needs work

use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;

protected function execute(InputInterface $input, OutputInterface $output)
private $logger;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is becoming quite unreadable. Can we please at the class definition (class .... { }) lines?

@weaverryan weaverryan changed the base branch from master to 4.0 November 27, 2017 19:11
@weaverryan weaverryan merged commit 96ce11e into symfony:4.0 Nov 27, 2017
weaverryan added a commit that referenced this pull request Nov 27, 2017
…eaverryan)

This PR was merged into the 4.0 branch.

Discussion
----------

Updated logging/* articles to Symfony 4

Commits
-------

96ce11e fixing typo
eee0a11 Updated logging/* articles to Symfony 4
weaverryan added a commit that referenced this pull request Nov 27, 2017
weaverryan added a commit that referenced this pull request Nov 27, 2017
* 4.0: (36 commits)
  Update event_listeners_subscribers.rst
  Update event_listeners_subscribers.rst
  [#8683] Tweaks based on feedback
  [#8643] Removing default values
  [#8734][#8736] Adding missing installation details
  fixes thanks to the team!
  add missing link target for Ansistrano
  Restored the Assetic tags because they are removed in another PR
  Corrected a spelling error.
  Updated Doctrine config reference about bundles
  Fixed PHP form theme resources
  Remove App\Bridge\Doctrine\ namespace
  Fixed the last references to security.yml
  Updated the main security article
  Updated security/* articles to Symfony 4
  (WIP) Updated security/* articles to Symfony 4
  Fixing build problems
  tweaks thanks to @yceruto
  updating the rest of the Doctrine docs
  Update Custom UsernamePasswordToken Authenticator
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants