Commit 515c426c authored by Luca Lusso's avatar Luca Lusso
Browse files

Issue #3223751 by lussoluca: Unable to decode output into JSON: Syntax error

parent c26929f0
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -176,8 +176,9 @@ This will send PHP logs to the rotating file handler with json formatter and to
Drupal database handler with line formatter. All other logs goes to Syslog with
default formatter (line).

When sending logs to stdout or stderr it is preferable to use the `drush` line formatter to avoid conversion errors when
Drush runs a command that uses Batch API.
When sending logs to stdout or stderr it is preferable to use the `drush` line
formatter to avoid conversion errors when Drush runs a command that uses Batch
API.

### Processors