]> BookStack Code Mirror - bookstack/blobdiff - app/Config/logging.php
Replace node-sass with dart-sass
[bookstack] / app / Config / logging.php
index 9c3218a01c99fe6136f70f6c019b085f2f51462d..375e84083f9cb647468521cb2a850397684b645e 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',
+        ],
     ],
 
-];
\ No newline at end of file
+];