mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
61 lines
3.6 KiB
JSON
61 lines
3.6 KiB
JSON
{
|
|
"locks": {
|
|
"symfony/monolog-bundle": {
|
|
"version": "3.1",
|
|
"recipe": {
|
|
"repo": "3.1",
|
|
"branch": "master",
|
|
"version": "3.1",
|
|
"ref": "feb9b6ee797ce47bb228d21c9a564a855d3dd00e"
|
|
}
|
|
}
|
|
},
|
|
"manifests": {
|
|
"symfony/monolog-bundle": {
|
|
"repository": "github.com/symfony/recipes",
|
|
"package": "symfony/monolog-bundle",
|
|
"version": "3.1",
|
|
"manifest": {
|
|
"bundles": {
|
|
"Symfony\\Bundle\\MonologBundle\\MonologBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"aliases": [
|
|
"log",
|
|
"logger",
|
|
"logging",
|
|
"logs",
|
|
"monolog"
|
|
]
|
|
},
|
|
"files": {
|
|
"config/packages/dev/monolog.yaml": {
|
|
"contents": "monolog:\n handlers:\n main:\n type: stream\n path: \"%kernel.logs_dir%/%kernel.environment%.log\"\n level: debug\n channels: [\"!event\"]\n # uncomment to get logging in your browser\n # you may have to allow bigger header sizes in your Web server configuration\n #firephp:\n # type: firephp\n # level: info\n #chromephp:\n # type: chromephp\n # level: info\n console:\n type: console\n process_psr_3_messages: false\n channels: [\"!event\", \"!doctrine\", \"!console\"]\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
},
|
|
"config/packages/prod/monolog.yaml": {
|
|
"contents": "monolog:\n handlers:\n main:\n type: fingers_crossed\n action_level: error\n handler: nested\n buffer_size: 50 # How many messages should be saved? Prevent memory leaks\n excluded_404s:\n # regex: exclude all 404 errors from the logs\n - ^/\n nested:\n type: stream\n path: \"%kernel.logs_dir%/%kernel.environment%.log\"\n level: debug\n console:\n type: console\n process_psr_3_messages: false\n channels: [\"!event\", \"!doctrine\"]\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
},
|
|
"config/packages/prod/deprecations.yaml": {
|
|
"contents": "# As of Symfony 5.1, deprecations are logged in the dedicated \"deprecation\" channel when it exists\n#monolog:\n# channels: [deprecation]\n# handlers:\n# deprecation:\n# type: stream\n# channels: [deprecation]\n# path: \"%kernel.logs_dir%/%kernel.environment%.deprecations.log\"\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
},
|
|
"config/packages/test/monolog.yaml": {
|
|
"contents": "monolog:\n handlers:\n main:\n type: stream\n path: \"%kernel.logs_dir%/%kernel.environment%.log\"\n level: debug\n channels: [\"!event\"]\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
}
|
|
},
|
|
"origin": "symfony/monolog-bundle:3.1@github.com/symfony/recipes:master",
|
|
"is_contrib": false
|
|
}
|
|
}
|
|
} |