Skip to content

Commit

Permalink
Update symfony/monolog-bundle recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
luispabon committed Aug 16, 2024
1 parent d94d865 commit 66580a5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion config/packages/monolog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,15 @@ when@prod:
buffer_size: 50 # How many messages should be saved? Prevent memory leaks
nested:
type: stream
path: php://stdout
path: php://stderr
level: debug
formatter: monolog.formatter.json
console:
type: console
process_psr_3_messages: false
channels: [ "!event", "!doctrine" ]
deprecation:
type: stream
channels: [ deprecation ]
path: php://stderr
formatter: monolog.formatter.json
4 changes: 2 additions & 2 deletions symfony.lock
Original file line number Diff line number Diff line change
Expand Up @@ -289,12 +289,12 @@
"version": "v4.4.25"
},
"symfony/monolog-bundle": {
"version": "3.8",
"version": "3.10",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "3.7",
"ref": "213676c4ec929f046dfde5ea8e97625b81bc0578"
"ref": "aff23899c4440dd995907613c1dd709b6f59503f"
},
"files": [
"config/packages/monolog.yaml"
Expand Down

0 comments on commit 66580a5

Please sign in to comment.