Skip to content

Commit

Permalink
Add server info into error log.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Mar 13, 2019
1 parent d560073 commit 797abb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Shell/QueueShell.php
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ protected function _logError($message, $pid = null) {
}
$serverString = $this->QueueProcesses->buildServerString();
if ($serverString) {
$message .= ' [' . $serverString . ']';
$message .= ' {' . $serverString . '}';
}

Log::write('error', $message);
Expand Down

0 comments on commit 797abb6

Please sign in to comment.