Skip to content

Commit

Permalink
Log closure STDERR at WARN level.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Nov 25, 2014
1 parent 84a17ae commit 1071284
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -56,7 +56,7 @@ public function runCmd($text, $cmd, Horde_Log_Logger $log)
if (strlen($error)) {
$log->log(
sprintf('Output from %s: %s', $cmd, $error),
'DEBUG'
'WARN'
);
}

Expand Down

0 comments on commit 1071284

Please sign in to comment.