You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
220B

  1. <?php
  2. return [
  3. 'default' => 'stream',
  4. 'stream' => [
  5. 'type' => 'stream',
  6. 'path' => __DIR__ . '/../storage/app.log',
  7. 'name' => 'App',
  8. 'minimum' => \Monolog\Logger::DEBUG,
  9. ],
  10. ];

Powered by TurnKey Linux.