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/Command
Fabien Potencier 3282d5fb07 feature #19174 [FrameworkBundle] Show server:run logs by default (nicolas-grekas)
This PR was merged into the 3.2-dev branch.

Discussion
----------

[FrameworkBundle] Show server:run logs by default

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | yes
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | -
| License       | MIT
| Doc PR        | -

I propose to change the default for the `server:run` command and show `php -S` logs by default.
I really miss them otherwise. The `-vvv` mode is not suited here, because it adds a useless ` ERR ` red prefix.
I do this through a tty when available, so that the output remains colored.

Ping @javiereguiluz @weaverryan since this is mostly a DX issue.

Commits
-------

7cc6161 [FrameworkBundle] Show server:run logs by default
2016-06-30 09:45:17 +02:00
..
AbstractConfigCommand.php Merge branch '3.0' into 3.1 2016-06-21 07:59:09 +02:00
AssetsInstallCommand.php Remove unused imports 2016-01-21 00:01:55 +02:00
CacheClearCommand.php Merge branch '2.7' into 2.8 2016-01-06 10:59:23 +01:00
CacheWarmupCommand.php Merge branch '2.7' into 2.8 2015-12-28 14:12:56 +01:00
ConfigDebugCommand.php fixed CS 2016-06-29 07:43:32 +02:00
ConfigDumpReferenceCommand.php [FrameworkBundle] Use SymfonyStyle in AbstractConfigCommand 2016-04-10 18:33:46 +02:00
ContainerAwareCommand.php [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
ContainerDebugCommand.php Merge branch '3.0' 2016-04-28 11:49:00 +02:00
EventDispatcherDebugCommand.php Improved the code of the commands that use the new SymfonyStyle class 2015-12-07 22:56:39 +01:00
RouterDebugCommand.php Merge branch '2.8' into 3.0 2015-12-28 14:14:56 +01:00
RouterMatchCommand.php Merge branch '2.7' into 2.8 2015-12-28 14:12:56 +01:00
ServerCommand.php Merge branch '2.8' into 3.0 2015-12-10 18:31:09 +01:00
ServerRunCommand.php [FrameworkBundle] Show server:run logs by default 2016-06-25 09:10:45 +02:00
ServerStartCommand.php [FrameworkBundle] [Bug] Fixes new InputStyle bug #16920 2015-12-09 14:54:22 +01:00
ServerStatusCommand.php Merge branch '2.7' into 2.8 2016-05-24 12:00:02 +02:00
ServerStopCommand.php Improved the code of the commands that use the new SymfonyStyle class 2015-12-07 22:56:39 +01:00
TranslationDebugCommand.php Merge branch '2.8' into 3.0 2015-12-10 18:31:09 +01:00
TranslationUpdateCommand.php Merge branch '2.7' into 2.8 2016-02-13 10:21:29 +01:00
WorkflowDumpCommand.php [Workflow] Added initial set of files 2016-06-23 14:28:20 +02:00
YamlLintCommand.php Add Yaml LintCommand 2016-06-23 13:12:38 +02:00