]> BookStack Code Mirror - bookstack/blobdiff - app/Config/logging.php
Merge branch 'auth' of git://github.com/benrubson/BookStack into benrubson-auth
[bookstack] / app / Config / logging.php
index 406b9f2f938892322aa74492d3a4bebc3ee021fc..ba77ba81e87ac5d6b1daf8bdecfc4f38a6207117 100644 (file)
@@ -77,6 +77,13 @@ return [
             'driver' => 'monolog',
             'handler' => NullHandler::class,
         ],
+
+        // Testing channel
+        // Uses a shared testing instance during tests
+        // so that logs can be checked against.
+        'testing' => [
+            'driver' => 'testing',
+        ],
     ],
 
     // Failed Access Message