Skip to content

Commit f947924

Browse files
committed
changed default logging to info
1 parent 5f504e9 commit f947924

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/CLI.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ abstract class CLI
3232
'emergency' => array('', Colors::C_LIGHTRED, STDERR),
3333
);
3434

35-
protected $logdefault = 'success';
35+
protected $logdefault = 'info';
3636

3737
/**
3838
* constructor

0 commit comments

Comments
 (0)