Browse Source

update ik/auth-bundle y log backtrace

Luciano Andrade 7 năm trước cách đây
mục cha
commit
7eb481e233
2 tập tin đã thay đổi với 9 bổ sung2 xóa
  1. 7 0
      app/config/config_dev.yml
  2. 2 2
      composer.lock

+ 7 - 0
app/config/config_dev.yml

@@ -2,6 +2,12 @@ imports:
     - { resource: config.yml }
     - { resource: security.yml }
 
+services:
+    backtrace_formatter:
+      class:  Monolog\Formatter\LineFormatter
+      calls:
+        - [ includeStacktraces ]
+
 framework:
     router:
         resource: "%kernel.root_dir%/config/routing_dev.yml"
@@ -19,6 +25,7 @@ monolog:
             path: "%kernel.logs_dir%/%kernel.environment%.log"
             level: debug
             channels: [!event]
+            formatter : backtrace_formatter
         console:
             type:   console
             channels: [!event, !doctrine]

+ 2 - 2
composer.lock

@@ -1421,7 +1421,7 @@
             "source": {
                 "type": "git",
                 "url": "ssh://git@200.50.168.30:222/VendorSoftwareFlowdat3/AuthBundle.git",
-                "reference": "8d58bfd3865ba2633e3213aca32253fbccfdceae"
+                "reference": "1ce5ec22c5e4cb5e043eff4ea9f5f6946dfc889d"
             },
             "type": "library",
             "autoload": {
@@ -1436,7 +1436,7 @@
                 "auth",
                 "bundle"
             ],
-            "time": "2017-09-01 14:22:53"
+            "time": "2017-09-21 14:36:31"
         },
         {
             "name": "ik/base-admin-bundle",