refs #1323. Monolog changes
testing/ogcore-api/pipeline/head There was a failure building this commit
Details
testing/ogcore-api/pipeline/head There was a failure building this commit
Details
parent
40c34a0112
commit
166c629906
|
@ -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
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
|
||||
namespace App\Formatter;
|
||||
|
||||
class CustomLineFormatter
|
||||
{
|
||||
|
||||
}
|
Loading…
Reference in New Issue