aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-05-26 18:55:19 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-05-26 18:55:19 +0200
commita6782801e768e9aac937c6670cd22f84dfdfb726 (patch)
treec223d72ddaefe1f8eeb7ff1a7bfbeb590fea0dd9 /phpBB/config
parent26674bff3999cf70840b6c15007f9c66ef4bb218 (diff)
parent93d3c517e3aac385e5ce8adb7e20592abf8b4b14 (diff)
downloadforums-a6782801e768e9aac937c6670cd22f84dfdfb726.tar
forums-a6782801e768e9aac937c6670cd22f84dfdfb726.tar.gz
forums-a6782801e768e9aac937c6670cd22f84dfdfb726.tar.bz2
forums-a6782801e768e9aac937c6670cd22f84dfdfb726.tar.xz
forums-a6782801e768e9aac937c6670cd22f84dfdfb726.zip
Merge pull request #2429 from Nicofuma/ticket/12074
[ticket/12074] Managing extensions doesn't produce any log entry * Nicofuma/ticket/12074: [ticket/12074] Update the visibility of the constructor [ticket/12074] Don't log errors [ticket/12074] Managing extensions doesn't produce any log entry
Diffstat (limited to 'phpBB/config')
-rw-r--r--phpBB/config/console.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/config/console.yml b/phpBB/config/console.yml
index d32befa15e..1305a12101 100644
--- a/phpBB/config/console.yml
+++ b/phpBB/config/console.yml
@@ -62,6 +62,7 @@ services:
class: phpbb\console\command\extension\disable
arguments:
- @ext.manager
+ - @log
tags:
- { name: console.command }
@@ -69,6 +70,7 @@ services:
class: phpbb\console\command\extension\enable
arguments:
- @ext.manager
+ - @log
tags:
- { name: console.command }
@@ -76,6 +78,7 @@ services:
class: phpbb\console\command\extension\purge
arguments:
- @ext.manager
+ - @log
tags:
- { name: console.command }