Skip to content

Commit 0ae1bbc

Browse files
authored
prevent yaml lint error
yamllint: too many spaces after colon (colons)
1 parent 1035def commit 0ae1bbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ monolog:
1212
path: "%kernel.logs_dir%/%kernel.environment%.log"
1313
level: debug
1414
console:
15-
type: console
15+
type: console
1616
process_psr_3_messages: false
1717
channels: ["!event", "!doctrine"]

0 commit comments

Comments
 (0)