refs #1741. Syslog
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
912cf9b008
commit
e119c14451
|
@ -15,6 +15,12 @@ when@dev:
|
||||||
type: console
|
type: console
|
||||||
process_psr_3_messages: false
|
process_psr_3_messages: false
|
||||||
channels: ["!event", "!doctrine", "!console"]
|
channels: ["!event", "!doctrine", "!console"]
|
||||||
|
syslog:
|
||||||
|
type: syslog
|
||||||
|
ident: "ogcore"
|
||||||
|
level: info
|
||||||
|
formatter: App\Formatter\CustomLineFormatter
|
||||||
|
channels: ["!event"]
|
||||||
|
|
||||||
when@test:
|
when@test:
|
||||||
monolog:
|
monolog:
|
||||||
|
@ -42,6 +48,12 @@ when@prod:
|
||||||
type: console
|
type: console
|
||||||
process_psr_3_messages: false
|
process_psr_3_messages: false
|
||||||
channels: ["!event", "!doctrine"]
|
channels: ["!event", "!doctrine"]
|
||||||
|
syslog:
|
||||||
|
type: syslog
|
||||||
|
ident: "ogcore"
|
||||||
|
level: info
|
||||||
|
formatter: App\Formatter\CustomLineFormatter
|
||||||
|
channels: ["!event"]
|
||||||
deprecation:
|
deprecation:
|
||||||
type: stream
|
type: stream
|
||||||
channels: [deprecation]
|
channels: [deprecation]
|
||||||
|
|
Loading…
Reference in New Issue