Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit b87a999

Browse files
committed
feature #1057 [Log] Wire server_log handler (lyrixx)
This PR was merged into the 3.3-dev branch. Discussion ---------- [Log] Wire server_log handler This is the last part of the new `server:log` command. Maybe a release of the monolog bundle could be better to avoid to require a dev package. ping @Seldaek WDYT? Commits ------- 53396e4 [Log] Wire server_log handler
2 parents ba7086f + 53396e4 commit b87a999

File tree

3 files changed

+19
-12
lines changed

3 files changed

+19
-12
lines changed

app/config/config_dev.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ monolog:
2222
type: console
2323
process_psr_3_messages: false
2424
channels: ['!event', '!doctrine', '!console']
25+
# To follow logs in real time, execute the following command:
26+
# `bin/console server:log -vv`
27+
server_log:
28+
type: server_log
29+
process_psr_3_messages: false
30+
host: 0:9911
2531
# uncomment to get logging in your browser
2632
# you may have to allow bigger header sizes in your Web server configuration
2733
#firephp:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"incenteev/composer-parameter-handler": "^2.0",
1919
"sensio/distribution-bundle": "^5.0",
2020
"sensio/framework-extra-bundle": "^3.0.2",
21-
"symfony/monolog-bundle": "^3.0.2",
21+
"symfony/monolog-bundle": "^3.1.0",
2222
"symfony/polyfill-apcu": "^1.0",
2323
"symfony/swiftmailer-bundle": "^2.3.10",
2424
"symfony/symfony": "3.3.x-dev",

composer.lock

Lines changed: 12 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)