Skip to content

Commit cb3d9e4

Browse files
committed
activate logging/profiling by default
1 parent 9b664d8 commit cb3d9e4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

app/config/phpcr_doctrine_dbal.yml.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
parameters:
22
phpcr_backend:
3+
logging: true
4+
profiling: true
35
type: doctrinedbal
46
connection: default
57
caches:

app/config/phpcr_jackrabbit.yml.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
parameters:
22
phpcr_backend:
3+
logging: true
4+
profiling: true
35
type: jackrabbit
46
url: http://localhost:8080/server/
57
phpcr_workspace: default

0 commit comments

Comments
 (0)