Skip to content

Commit

Permalink
Change the logging to stdout, needed for Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
quartje committed Aug 22, 2024
1 parent 940f2b6 commit 2f1fca7
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions app/config/logging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@ monolog:
type: fingers_crossed
activation_strategy: engineblock.logger.manual_or_error_activation_strategy
passthru_level: "%logger.fingers_crossed.passthru_level%"
handler: syslog
handler: stderr
channels: ["!authentication"]
syslog:
type: syslog
stderr:
type: stream
path: php://stderr
ident: "%logger.syslog.ident%"
formatter: engineblock.logger.additional_info_formatter
authentication:
type: syslog
type: stream
path: php://stderr
ident: EBAUTH
facility: user
level: INFO
Expand Down

0 comments on commit 2f1fca7

Please sign in to comment.