refs #1323. Monolog changes
testing/ogcore-api/pipeline/head There was a failure building this commit Details

pull/18/head
Manuel Aranda Rosales 2025-01-09 08:12:18 +01:00
parent 40c34a0112
commit 166c629906
2 changed files with 10 additions and 1 deletions

View File

@ -7,8 +7,9 @@ when@dev:
handlers:
main:
type: stream
path: "%kernel.logs_dir%/%kernel.environment%.log"
level: debug
path: php://stderr
formatter: App\Formatter\CustomLineFormatter
channels: ["!event"]
# uncomment to get logging in your browser
# you may have to allow bigger header sizes in your Web server configuration

View File

@ -0,0 +1,8 @@
<?php
namespace App\Formatter;
class CustomLineFormatter
{
}