Skip to content

Commit da2347c

Browse files
author
symfony-flex-server[bot]
authored
Merge pull request #775
2 parents e00eaff + daca38d commit da2347c

File tree

7 files changed

+10
-41
lines changed

7 files changed

+10
-41
lines changed

symfony/monolog-bundle/3.1/config/packages/dev/monolog.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,3 @@ monolog:
1717
type: console
1818
process_psr_3_messages: false
1919
channels: ["!event", "!doctrine", "!console"]
20-
# # As of Symfony 4.3 you can configure the log output:
21-
# console_formater_options:
22-
# format: "%%datetime%% %%start_tag%%%%level_name%%%%end_tag%% <comment>[%%channel%%]</> %%message%%%%context%%\n"
23-
# multiline: false
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# As of Symfony 5.1, deprecations are logged in the dedicated "deprecation" channel when it exists
2+
#monolog:
3+
# channels: [deprecation]
4+
# handlers:
5+
# deprecation:
6+
# type: stream
7+
# channels: [deprecation]
8+
# path: "%kernel.logs_dir%/%kernel.environment%.deprecations.log"

symfony/monolog-bundle/3.1/config/packages/prod/monolog.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,3 @@ monolog:
1616
type: console
1717
process_psr_3_messages: false
1818
channels: ["!event", "!doctrine"]
19-
deprecation:
20-
type: stream
21-
path: "%kernel.logs_dir%/%kernel.environment%.deprecations.log"
22-
deprecation_filter:
23-
type: filter
24-
handler: deprecation
25-
max_level: info
26-
channels: ["php"]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../3.1/config/packages/dev

symfony/monolog-bundle/3.3/config/packages/dev/monolog.yaml

Lines changed: 0 additions & 19 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../3.1/config/packages/prod/deprecations.yaml

symfony/monolog-bundle/3.3/config/packages/prod/monolog.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,3 @@ monolog:
1414
type: console
1515
process_psr_3_messages: false
1616
channels: ["!event", "!doctrine"]
17-
18-
# Uncomment to log deprecations
19-
#deprecation:
20-
# type: stream
21-
# path: "%kernel.logs_dir%/%kernel.environment%.deprecations.log"
22-
#deprecation_filter:
23-
# type: filter
24-
# handler: deprecation
25-
# max_level: info
26-
# channels: ["php"]

0 commit comments

Comments
 (0)