Closed
Description
Q | A |
---|---|
Bug report? | yes |
Feature request? | no |
BC Break report? | yes |
RFC? | no |
Symfony version | 3.2.0 |
I recently upgraded from 3.1.2 and noticed that my Exception messages in the log files have started wrapping at 80 characters, eg:
[DomainException]
Transactions for financial year 2017/18 are held until year end has complet
ed
It looks like #20328 changed the behavior of terminals with undefined widths from unlimited to 80
characters, was this intentional? Is there another way to fix the original problem @nicolas-grekas reported? (caused by #19724)