Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Corrected missing commas
  • Loading branch information
kimegede committed Nov 12, 2014
1 parent 19b849b commit e5f0fc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Finally add a new logging stream in the same file:
CakeLog::config('debug', array(
'engine' => 'Logstash.LogstashLog',
'types' => array('list', 'of', 'type', 'to', 'log'),
'host' => 'tcp://127.0.0.1' // Set it to the real host works with udp too
'port' => 2020 // Set it to the actual port
'host' => 'tcp://127.0.0.1', // Set it to the real host works with udp too
'port' => 2020, // Set it to the actual port
'timeout' => 5 // Connection timeout
));

0 comments on commit e5f0fc1

Please sign in to comment.