There was an error while loading. Please reload this page.
2 parents ff9e6ec + b9c0846 commit 2282720Copy full SHA for 2282720
src/CLI.php
@@ -21,7 +21,7 @@ abstract class CLI
21
22
/** @var array PSR-3 compatible loglevels and their prefix, color, output channel */
23
protected $loglevel = array(
24
- 'debug' => array('', Colors::C_LIGHTGRAY, STDOUT),
+ 'debug' => array('', Colors::C_RESET, STDOUT),
25
'info' => array('ℹ ', Colors::C_CYAN, STDOUT),
26
'notice' => array('☛ ', Colors::C_CYAN, STDOUT),
27
'success' => array('✓ ', Colors::C_GREEN, STDOUT),
0 commit comments