Removing ANSI Color Characters | Laravel Task Scheduling: Managing Task Output
By default, the output of any Symfony-based command that uses the output helpers might contain ANSI color sequences. These can be disabled when sending the output to files or emails by calling the commands with the --no-ansi option. In the...